#5ECBBC

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

Shades of Downy #5ECBBC

Tints of Downy #5ECBBC

Color information

#5ECBBC (or 0x5ECBBC) is unknown color: approx Downy. HEX triplet: 5E, CB and BC. RGB value is (94,203,188). Sum of RGB (Red+Green+Blue) = 94+203+188=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBBC is #A13443. Grayscale: #A8A8A8. Windows color (decimal): -10564676 or 12372830. OLE color: 12372830.

HSL color Cylindrical-coordinate representation of color #5ECBBC: hue angle of 171.74º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBBC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB94203188-
CMYK0.5400.070.20
HSL171.74º51.17%58.24%-
HSV(B)171.74º53.69%79.61%-
XYZ35.0548.7255.13-
YUV168.7138.8974.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=19.38%
G=41.86%
B=38.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031880.5400.070.20171.7451.1758.24
Hex5ECBBC360714ac333a
Octal1363132746607242546372
Binary1011110110010111011110011011001111010010101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,203,188); }

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

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

 a { background-color: rgb(94,203,188); }

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

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

 span { border-color: rgb(94,203,188); }

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