Html Css Color HEX #5AD0BE Downy

📋 copy color: '#5AD0BE'

red 90 ◦ green 208 ◦ blue 190

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

Shades of Downy #5AD0BE

Tints of Downy #5AD0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 18.44%
G = 42.62%
B = 38.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#5AD0BE (or 0x5AD0BE) is known color: Downy. HEX triplet: 5A, D0 and BE. RGB value is (90,208,190). Sum of RGB (Red+Green+Blue) = 90+208+190=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD0BE is #A52F41. Grayscale: #AAAAAA. Windows color (decimal): -10825538 or 12505178. OLE color: 12505178.

HSL color Cylindrical-coordinate representation of color #5AD0BE: hue angle of 170.85º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD0BE is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 190 -
CMYK 0.57 0 0.09 0.18
HSL 170.85º 0.56% 0.58% -
HSV(B) 170.85º 0.57% 0.82% -
XYZ 36.07 51 56.66 -
YUV 170.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 90 208 190 0.57 0 0.09 0.18 170.85 0.56 0.58
Hex 5A D0 BE 39 0 9 12 AB 38 3A
Octal 132 320 276 71 0 11 22 253 70 72
Binary 1011010 11010000 10111110 111001 0 1001 10010 10101011 111000 111010

Color Harmonies of #5AD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD0BE

Black with #5AD0BE

Text Example


Text Example

White with #5AD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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