Html Css Color HEX #5ADEB9 Downy

📋 copy color: '#5ADEB9'

red 90 ◦ green 222 ◦ blue 185

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

Shades of Downy #5ADEB9

Tints of Downy #5ADEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 18.11%
G = 44.67%
B = 37.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#5ADEB9 (or 0x5ADEB9) is known color: Downy. HEX triplet: 5A, DE and B9. RGB value is (90,222,185). Sum of RGB (Red+Green+Blue) = 90+222+185=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEB9 is #A52146. Grayscale: #B2B2B2. Windows color (decimal): -10821959 or 12181082. OLE color: 12181082.

HSL color Cylindrical-coordinate representation of color #5ADEB9: hue angle of 163.18º 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 #5ADEB9 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 185 -
CMYK 0.59 0 0.17 0.13
HSL 163.18º 0.67% 0.61% -
HSV(B) 163.18º 0.59% 0.87% -
XYZ 39.09 57.92 55.02 -
YUV 178.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 90 222 185 0.59 0 0.17 0.13 163.18 0.67 0.61
Hex 5A DE B9 3B 0 11 D A3 43 3D
Octal 132 336 271 73 0 21 15 243 103 75
Binary 1011010 11011110 10111001 111011 0 10001 1101 10100011 1000011 111101

Color Harmonies of #5ADEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEB9

Black with #5ADEB9

Text Example


Text Example

White with #5ADEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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