Html Css Color HEX #5AD6BE Downy

📋 copy color: '#5AD6BE'

red 90 ◦ green 214 ◦ blue 190

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

Shades of Downy #5AD6BE

Tints of Downy #5AD6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

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

R = 18.22%
G = 43.32%
B = 38.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#5AD6BE (or 0x5AD6BE) is known color: Downy. HEX triplet: 5A, D6 and BE. RGB value is (90,214,190). Sum of RGB (Red+Green+Blue) = 90+214+190=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6BE is #A52941. Grayscale: #AEAEAE. Windows color (decimal): -10824002 or 12506714. OLE color: 12506714.

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

Color convert

RGB 90 214 190 -
CMYK 0.58 0 0.11 0.16
HSL 168.39º 0.6% 0.6% -
HSV(B) 168.39º 0.58% 0.84% -
XYZ 37.56 53.98 57.16 -
YUV 174.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 90 214 190 0.58 0 0.11 0.16 168.39 0.6 0.6
Hex 5A D6 BE 3A 0 B 10 A8 3C 3C
Octal 132 326 276 72 0 13 20 250 74 74
Binary 1011010 11010110 10111110 111010 0 1011 10000 10101000 111100 111100

Color Harmonies of #5AD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD6BE

Black with #5AD6BE

Text Example


Text Example

White with #5AD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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