#5FE4CF

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

Shades of Downy #5FE4CF

Tints of Downy #5FE4CF

Color information

#5FE4CF (or 0x5FE4CF) is unknown color: approx Downy. HEX triplet: 5F, E4 and CF. RGB value is (95,228,207). Sum of RGB (Red+Green+Blue) = 95+228+207=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4CF is #A01B30. Grayscale: #B9B9B9. Windows color (decimal): -10492721 or 13624415. OLE color: 13624415.

HSL color Cylindrical-coordinate representation of color #5FE4CF: hue angle of 170.53º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE4CF is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB95228207-
CMYK0.5800.090.11
HSL170.53º71.12%63.33%-
HSV(B)170.53º58.33%89.41%-
XYZ43.7362.4268.78-
YUV185.84139.9463.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.92%
GREEN value IS 228 (89.45% from 255) = 43.02%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=17.92%
G=43.02%
B=39.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952282070.5800.090.11170.5371.1263.33
Hex5FE4CF3A09Bab473f
Octal137344317720111325310777
Binary10111111110010011001111111010010011011101010111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,228,207); }

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

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

 a { background-color: rgb(95,228,207); }

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

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

 span { border-color: rgb(95,228,207); }

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