#5FDCC8

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

Shades of Downy #5FDCC8

Tints of Downy #5FDCC8

Color information

#5FDCC8 (or 0x5FDCC8) is unknown color: approx Downy. HEX triplet: 5F, DC and C8. RGB value is (95,220,200). Sum of RGB (Red+Green+Blue) = 95+220+200=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCC8 is #A02337. Grayscale: #B4B4B4. Windows color (decimal): -10494776 or 13163615. OLE color: 13163615.

HSL color Cylindrical-coordinate representation of color #5FDCC8: hue angle of 170.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCC8 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB95220200-
CMYK0.5700.090.14
HSL170.4º64.1%61.76%-
HSV(B)170.4º56.82%86.27%-
XYZ40.7457.7963.65-
YUV180.34139.0967.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.45%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=18.45%
G=42.72%
B=38.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952202000.5700.090.14170.464.161.76
Hex5FDCC83909Eaa403e
Octal137334310710111625210076
Binary10111111101110011001000111001010011110101010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,200); }

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

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

 a { background-color: rgb(95,220,200); }

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

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

 span { border-color: rgb(95,220,200); }

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