#5FECCA

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

Shades of Downy #5FECCA

Tints of Downy #5FECCA

Color information

#5FECCA (or 0x5FECCA) is unknown color: approx Downy. HEX triplet: 5F, EC and CA. RGB value is (95,236,202). Sum of RGB (Red+Green+Blue) = 95+236+202=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECCA is #A01335. Grayscale: #BDBDBD. Windows color (decimal): -10490678 or 13298783. OLE color: 13298783.

HSL color Cylindrical-coordinate representation of color #5FECCA: hue angle of 165.53º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECCA is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB95236202-
CMYK0.6000.140.07
HSL165.53º78.77%64.9%-
HSV(B)165.53º59.75%92.55%-
XYZ45.3866.6966.36-
YUV189.96134.7960.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.82%
GREEN value IS 236 (92.58% from 255) = 44.28%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=17.82%
G=44.28%
B=37.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952362020.6000.140.07165.5378.7764.9
Hex5FECCA3C0E7a64f41
Octal137354312740167246117101
Binary10111111110110011001010111100011101111010011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,236,202); }

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

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

 a { background-color: rgb(95,236,202); }

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

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

 span { border-color: rgb(95,236,202); }

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