#5FDCC0

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

Shades of Downy #5FDCC0

Tints of Downy #5FDCC0

Color information

#5FDCC0 (or 0x5FDCC0) is unknown color: approx Downy. HEX triplet: 5F, DC and C0. RGB value is (95,220,192). Sum of RGB (Red+Green+Blue) = 95+220+192=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCC0 is #A0233F. Grayscale: #B3B3B3. Windows color (decimal): -10494784 or 12639327. OLE color: 12639327.

HSL color Cylindrical-coordinate representation of color #5FDCC0: hue angle of 166.56º 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 #5FDCC0 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB95220192-
CMYK0.5700.130.14
HSL166.56º64.1%61.76%-
HSV(B)166.56º56.82%86.27%-
XYZ39.8357.4358.85-
YUV179.43135.0967.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.74%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=18.74%
G=43.39%
B=37.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952201920.5700.130.14166.5664.161.76
Hex5FDCC0390DEa7403e
Octal137334300710151624710076
Binary10111111101110011000000111001011011110101001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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