#5FD4C0

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

Shades of Downy #5FD4C0

Tints of Downy #5FD4C0

Color information

#5FD4C0 (or 0x5FD4C0) is unknown color: approx Downy. HEX triplet: 5F, D4 and C0. RGB value is (95,212,192). Sum of RGB (Red+Green+Blue) = 95+212+192=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD4C0 is #A02B3F. Grayscale: #AEAEAE. Windows color (decimal): -10496832 or 12637279. OLE color: 12637279.

HSL color Cylindrical-coordinate representation of color #5FD4C0: hue angle of 169.74º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD4C0 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB95212192-
CMYK0.5500.090.17
HSL169.74º57.64%60.2%-
HSV(B)169.74º55.19%83.14%-
XYZ37.7853.3358.17-
YUV174.74137.7471.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=19.04%
G=42.48%
B=38.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952121920.5500.090.17169.7457.6460.2
Hex5FD4C0370911aa3a3c
Octal13732430067011212527274
Binary10111111101010011000000110111010011000110101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,212,192); }

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

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

 a { background-color: rgb(95,212,192); }

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

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

 span { border-color: rgb(95,212,192); }

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