#5FCBB4

Color #5FCBB4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FCBB4

Tints of Medium Aquamarine #5FCBB4

Color information

#5FCBB4 (or 0x5FCBB4) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CB and B4. RGB value is (95,203,180). Sum of RGB (Red+Green+Blue) = 95+203+180=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBB4 is #A0344B. Grayscale: #A8A8A8. Windows color (decimal): -10499148 or 11848543. OLE color: 11848543.

HSL color Cylindrical-coordinate representation of color #5FCBB4: hue angle of 167.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBB4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB95203180-
CMYK0.5300.110.20
HSL167.22º50.94%58.43%-
HSV(B)167.22º53.2%79.61%-
XYZ34.3148.4450.72-
YUV168.09134.7275.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=19.87%
G=42.47%
B=37.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952031800.5300.110.20167.2250.9458.43
Hex5FCBB4350B14a7333a
Octal13731326465013242476372
Binary10111111100101110110100110101010111010010100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCBB4; }

 p { color: rgb(95,203,180); }

 H1.HeaderClassName
 {
   color: #5FCBB4;
 }
 .AnyTagClassName
 {
   color: #5FCBB4;
 }
</style>
background-color css

<style>
 a { background-color: #5FCBB4; }

 a { background-color: rgb(95,203,180); }

 div.DivClassName
 {
   background-color: #5FCBB4;
 }
 .BgClassName
 {
   background-color: #5FCBB4;
 }
</style>
border-color css

<style>
 span { border-color: #5FCBB4; }

 span { border-color: rgb(95,203,180); }

 td.TdClassName
 {
   border-color: #5FCBB4;
 }
 .TagClassName
 {
   border-color: #5FCBB4;
 }
</style>