#5EC3BD

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

Shades of Downy #5EC3BD

Tints of Downy #5EC3BD

Color information

#5EC3BD (or 0x5EC3BD) is unknown color: approx Downy. HEX triplet: 5E, C3 and BD. RGB value is (94,195,189). Sum of RGB (Red+Green+Blue) = 94+195+189=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC3BD is #A13C42. Grayscale: #A4A4A4. Windows color (decimal): -10566723 or 12436318. OLE color: 12436318.

HSL color Cylindrical-coordinate representation of color #5EC3BD: hue angle of 176.44º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC3BD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB94195189-
CMYK0.5200.030.24
HSL176.44º45.7%56.67%-
HSV(B)176.44º51.79%76.47%-
XYZ33.3245.0855.09-
YUV164.12142.0477.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.67%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=19.67%
G=40.79%
B=39.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941951890.5200.030.24176.4445.756.67
Hex5EC3BD340318b02e39
Octal1363032756403302605671
Binary101111011000011101111011101000111100010110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,195,189); }

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

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

 a { background-color: rgb(94,195,189); }

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

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

 span { border-color: rgb(94,195,189); }

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