Html Css Color HEX #5AE6C3 Downy

📋 copy color: '#5AE6C3'

red 90 ◦ green 230 ◦ blue 195

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

Shades of Downy #5AE6C3

Tints of Downy #5AE6C3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 17.48%
G = 44.66%
B = 37.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#5AE6C3 (or 0x5AE6C3) is known color: Downy. HEX triplet: 5A, E6 and C3. RGB value is (90,230,195). Sum of RGB (Red+Green+Blue) = 90+230+195=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6C3 is #A5193C. Grayscale: #B8B8B8. Windows color (decimal): -10819901 or 12838490. OLE color: 12838490.

HSL color Cylindrical-coordinate representation of color #5AE6C3: hue angle of 165º degrees, saturation: 0.74, 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 #5AE6C3 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 230 195 -
CMYK 0.61 0 0.15 0.10
HSL 165º 0.74% 0.63% -
HSV(B) 165º 0.61% 0.9% -
XYZ 42.36 62.71 61.5 -
YUV 184.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 90 230 195 0.61 0 0.15 0.10 165 0.74 0.63
Hex 5A E6 C3 3D 0 F A A5 4A 3F
Octal 132 346 303 75 0 17 12 245 112 77
Binary 1011010 11100110 11000011 111101 0 1111 1010 10100101 1001010 111111

Color Harmonies of #5AE6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE6C3

Black with #5AE6C3

Text Example


Text Example

White with #5AE6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,230,195); }

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

background-color css

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

 a { background-color: rgb(90,230,195); }

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

border-color css

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

 span { border-color: rgb(90,230,195); }

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