Html Css Color HEX #5AE5BC Downy

📋 copy color: '#5AE5BC'

red 90 ◦ green 229 ◦ blue 188

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

Shades of Downy #5AE5BC

Tints of Downy #5AE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 17.75%
G = 45.17%
B = 37.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#5AE5BC (or 0x5AE5BC) is known color: Downy. HEX triplet: 5A, E5 and BC. RGB value is (90,229,188). Sum of RGB (Red+Green+Blue) = 90+229+188=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5BC is #A51A43. Grayscale: #B6B6B6. Windows color (decimal): -10820164 or 12379482. OLE color: 12379482.

HSL color Cylindrical-coordinate representation of color #5AE5BC: hue angle of 162.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5BC is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 229 188 -
CMYK 0.61 0 0.18 0.10
HSL 162.3º 0.73% 0.63% -
HSV(B) 162.3º 0.61% 0.9% -
XYZ 41.31 61.84 57.34 -
YUV 182.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 90 229 188 0.61 0 0.18 0.10 162.3 0.73 0.63
Hex 5A E5 BC 3D 0 12 A A2 49 3F
Octal 132 345 274 75 0 22 12 242 111 77
Binary 1011010 11100101 10111100 111101 0 10010 1010 10100010 1001001 111111

Color Harmonies of #5AE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE5BC

Black with #5AE5BC

Text Example


Text Example

White with #5AE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,229,188); }

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

background-color css

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

 a { background-color: rgb(90,229,188); }

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

border-color css

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

 span { border-color: rgb(90,229,188); }

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