Html Css Color HEX #5AD9BE Downy

📋 copy color: '#5AD9BE'

red 90 ◦ green 217 ◦ blue 190

#5AD9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5AD9BE

Tints of Downy #5AD9BE

RGB

 RED value IS 90 (35.55% from 255) = 18.11%

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 18.11%
G = 43.66%
B = 38.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#5AD9BE (or 0x5AD9BE) is known color: Downy. HEX triplet: 5A, D9 and BE. RGB value is (90,217,190). Sum of RGB (Red+Green+Blue) = 90+217+190=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9BE is #A52641. Grayscale: #AFAFAF. Windows color (decimal): -10823234 or 12507482. OLE color: 12507482.

HSL color Cylindrical-coordinate representation of color #5AD9BE: hue angle of 167.24º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9BE is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 217 190 -
CMYK 0.59 0 0.12 0.15
HSL 167.24º 0.63% 0.6% -
HSV(B) 167.24º 0.59% 0.85% -
XYZ 38.32 55.52 57.41 -
YUV 175.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 90 217 190 0.59 0 0.12 0.15 167.24 0.63 0.6
Hex 5A D9 BE 3B 0 C F A7 3F 3C
Octal 132 331 276 73 0 14 17 247 77 74
Binary 1011010 11011001 10111110 111011 0 1100 1111 10100111 111111 111100

Color Harmonies of #5AD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD9BE

Black with #5AD9BE

Text Example


Text Example

White with #5AD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,217,190); }

 H1.HeaderClassName
 {
   color: #5AD9BE;
 }
 .AnyTagClassName
 {
   color: #5AD9BE;
 }
</style>

background-color css

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

 a { background-color: rgb(90,217,190); }

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

border-color css

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

 span { border-color: rgb(90,217,190); }

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