#5adebb

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

Shades of Downy #5ADEBB

Tints of Downy #5ADEBB

Color information

#5ADEBB (or 0x5ADEBB) is unknown color: approx Downy. HEX triplet: 5A, DE and BB. RGB value is (90,222,187). Sum of RGB (Red+Green+Blue) = 90+222+187=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEBB is #A52144. Grayscale: #B2B2B2. Windows color (decimal): -10821957 or 12312154. OLE color: 12312154.

HSL color Cylindrical-coordinate representation of color #5ADEBB: hue angle of 164.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEBB is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB90222187-
CMYK0.5900.160.13
HSL164.09º66.67%61.18%-
HSV(B)164.09º59.46%87.06%-
XYZ39.315856.14-
YUV178.54132.7764.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.04%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=18.04%
G=44.49%
B=37.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902221870.5900.160.13164.0966.6761.18
Hex5ADEBB3B010Da4433d
Octal132336273730201524410375
Binary101101011011110101110111110110100001101101001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5adebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,222,187); }

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

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

 a { background-color: rgb(90,222,187); }

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

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

 span { border-color: rgb(90,222,187); }

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