#5FD5C3

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

Shades of Downy #5FD5C3

Tints of Downy #5FD5C3

Color information

#5FD5C3 (or 0x5FD5C3) is unknown color: approx Downy. HEX triplet: 5F, D5 and C3. RGB value is (95,213,195). Sum of RGB (Red+Green+Blue) = 95+213+195=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD5C3 is #A02A3C. Grayscale: #AFAFAF. Windows color (decimal): -10496573 or 12834143. OLE color: 12834143.

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

Color convert

RGB95213195-
CMYK0.5500.080.16
HSL170.85º58.42%60.39%-
HSV(B)170.85º55.4%83.53%-
XYZ38.3653.9660.02-
YUV175.67138.9170.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=18.89%
G=42.35%
B=38.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952131950.5500.080.16170.8558.4260.39
Hex5FD5C3370810ab3a3c
Octal13732530367010202537274
Binary10111111101010111000011110111010001000010101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,213,195); }

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

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

 a { background-color: rgb(95,213,195); }

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

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

 span { border-color: rgb(95,213,195); }

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