Html Css Color HEX #5AD5BA Downy

📋 copy color: '#5AD5BA'

red 90 ◦ green 213 ◦ blue 186

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

Shades of Downy #5AD5BA

Tints of Downy #5AD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 18.4%
G = 43.56%
B = 38.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#5AD5BA (or 0x5AD5BA) is known color: Downy. HEX triplet: 5A, D5 and BA. RGB value is (90,213,186). Sum of RGB (Red+Green+Blue) = 90+213+186=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5BA is #A52A45. Grayscale: #ADADAD. Windows color (decimal): -10824262 or 12244314. OLE color: 12244314.

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

Color convert

RGB 90 213 186 -
CMYK 0.58 0 0.13 0.16
HSL 166.83º 0.59% 0.59% -
HSV(B) 166.83º 0.58% 0.84% -
XYZ 36.87 53.31 54.8 -
YUV 173.15 135.25 68.7 -
System Red Green Blue C M Y K H S L
Decimal 90 213 186 0.58 0 0.13 0.16 166.83 0.59 0.59
Hex 5A D5 BA 3A 0 D 10 A7 3B 3B
Octal 132 325 272 72 0 15 20 247 73 73
Binary 1011010 11010101 10111010 111010 0 1101 10000 10100111 111011 111011

Color Harmonies of #5AD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5BA

Black with #5AD5BA

Text Example


Text Example

White with #5AD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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