Html Css Color HEX #5AC5BB Downy

📋 copy color: '#5AC5BB'

red 90 ◦ green 197 ◦ blue 187

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

Shades of Downy #5AC5BB

Tints of Downy #5AC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 18.99%
G = 41.56%
B = 39.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#5AC5BB (or 0x5AC5BB) is known color: Downy. HEX triplet: 5A, C5 and BB. RGB value is (90,197,187). Sum of RGB (Red+Green+Blue) = 90+197+187=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC5BB is #A53A44. Grayscale: #A3A3A3. Windows color (decimal): -10828357 or 12305754. OLE color: 12305754.

HSL color Cylindrical-coordinate representation of color #5AC5BB: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC5BB is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 90 197 187 -
CMYK 0.54 0 0.05 0.23
HSL 174.39º 0.48% 0.56% -
HSV(B) 174.39º 0.54% 0.77% -
XYZ 33.15 45.69 54.09 -
YUV 163.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 90 197 187 0.54 0 0.05 0.23 174.39 0.48 0.56
Hex 5A C5 BB 36 0 5 17 AE 30 38
Octal 132 305 273 66 0 5 27 256 60 70
Binary 1011010 11000101 10111011 110110 0 101 10111 10101110 110000 111000

Color Harmonies of #5AC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC5BB

Black with #5AC5BB

Text Example


Text Example

White with #5AC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,197,187); }

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

background-color css

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

 a { background-color: rgb(90,197,187); }

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

border-color css

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

 span { border-color: rgb(90,197,187); }

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