#5EDCC0

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

Shades of Downy #5EDCC0

Tints of Downy #5EDCC0

Color information

#5EDCC0 (or 0x5EDCC0) is unknown color: approx Downy. HEX triplet: 5E, DC and C0. RGB value is (94,220,192). Sum of RGB (Red+Green+Blue) = 94+220+192=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCC0 is #A1233F. Grayscale: #B3B3B3. Windows color (decimal): -10560320 or 12639326. OLE color: 12639326.

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

Color convert

RGB94220192-
CMYK0.5700.130.14
HSL166.67º64.29%61.57%-
HSV(B)166.67º57.27%86.27%-
XYZ39.7257.3758.85-
YUV179.13135.2667.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.58%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=18.58%
G=43.48%
B=37.94%

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
Decimal942201920.5700.130.14166.6764.2961.57
Hex5EDCC0390DEa7403e
Octal136334300710151624710076
Binary10111101101110011000000111001011011110101001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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