Html Css Color HEX #5AD3BE Downy

📋 copy color: '#5AD3BE'

red 90 ◦ green 211 ◦ blue 190

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

Shades of Downy #5AD3BE

Tints of Downy #5AD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

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

R = 18.33%
G = 42.97%
B = 38.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#5AD3BE (or 0x5AD3BE) is known color: Downy. HEX triplet: 5A, D3 and BE. RGB value is (90,211,190). Sum of RGB (Red+Green+Blue) = 90+211+190=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD3BE is #A52C41. Grayscale: #ACACAC. Windows color (decimal): -10824770 or 12505946. OLE color: 12505946.

HSL color Cylindrical-coordinate representation of color #5AD3BE: hue angle of 169.59º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD3BE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 190 -
CMYK 0.57 0 0.10 0.17
HSL 169.59º 0.58% 0.59% -
HSV(B) 169.59º 0.57% 0.83% -
XYZ 36.8 52.48 56.91 -
YUV 172.43 137.91 69.21 -
System Red Green Blue C M Y K H S L
Decimal 90 211 190 0.57 0 0.10 0.17 169.59 0.58 0.59
Hex 5A D3 BE 39 0 A 11 AA 3A 3B
Octal 132 323 276 71 0 12 21 252 72 73
Binary 1011010 11010011 10111110 111001 0 1010 10001 10101010 111010 111011

Color Harmonies of #5AD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD3BE

Black with #5AD3BE

Text Example


Text Example

White with #5AD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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