#5EC8BE

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

Shades of Downy #5EC8BE

Tints of Downy #5EC8BE

Color information

#5EC8BE (or 0x5EC8BE) is unknown color: approx Downy. HEX triplet: 5E, C8 and BE. RGB value is (94,200,190). Sum of RGB (Red+Green+Blue) = 94+200+190=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8BE is #A13741. Grayscale: #A7A7A7. Windows color (decimal): -10565442 or 12503134. OLE color: 12503134.

HSL color Cylindrical-coordinate representation of color #5EC8BE: hue angle of 174.34º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC8BE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB94200190-
CMYK0.5300.050.22
HSL174.34º49.07%57.65%-
HSV(B)174.34º53%78.43%-
XYZ34.5647.4156.04-
YUV167.17140.8875.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=19.42%
G=41.32%
B=39.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal942001900.5300.050.22174.3449.0757.65
Hex5EC8BE350516ae313a
Octal1363102766505262566172
Binary1011110110010001011111011010101011011010101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,200,190); }

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

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

 a { background-color: rgb(94,200,190); }

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

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

 span { border-color: rgb(94,200,190); }

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