Html Css Color HEX #5ADDBA Downy

📋 copy color: '#5ADDBA'

red 90 ◦ green 221 ◦ blue 186

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

Shades of Downy #5ADDBA

Tints of Downy #5ADDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.47%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 18.11%
G = 44.47%
B = 37.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#5ADDBA (or 0x5ADDBA) is known color: Downy. HEX triplet: 5A, DD and BA. RGB value is (90,221,186). Sum of RGB (Red+Green+Blue) = 90+221+186=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDBA is #A52245. Grayscale: #B1B1B1. Windows color (decimal): -10822214 or 12246362. OLE color: 12246362.

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

Color convert

RGB 90 221 186 -
CMYK 0.59 0 0.16 0.13
HSL 163.97º 0.66% 0.61% -
HSV(B) 163.97º 0.59% 0.87% -
XYZ 38.94 57.43 55.49 -
YUV 177.84 132.6 65.35 -
System Red Green Blue C M Y K H S L
Decimal 90 221 186 0.59 0 0.16 0.13 163.97 0.66 0.61
Hex 5A DD BA 3B 0 10 D A4 42 3D
Octal 132 335 272 73 0 20 15 244 102 75
Binary 1011010 11011101 10111010 111011 0 10000 1101 10100100 1000010 111101

Color Harmonies of #5ADDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDBA

Black with #5ADDBA

Text Example


Text Example

White with #5ADDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,221,186); }

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

background-color css

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

 a { background-color: rgb(90,221,186); }

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

border-color css

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

 span { border-color: rgb(90,221,186); }

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