Html Css Color HEX #5AC6BA Downy

📋 copy color: '#5AC6BA'

red 90 ◦ green 198 ◦ blue 186

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

Shades of Downy #5AC6BA

Tints of Downy #5AC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 18.99%
G = 41.77%
B = 39.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#5AC6BA (or 0x5AC6BA) is known color: Downy. HEX triplet: 5A, C6 and BA. RGB value is (90,198,186). Sum of RGB (Red+Green+Blue) = 90+198+186=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC6BA is #A53945. Grayscale: #A4A4A4. Windows color (decimal): -10828102 or 12240474. OLE color: 12240474.

HSL color Cylindrical-coordinate representation of color #5AC6BA: hue angle of 173.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC6BA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 198 186 -
CMYK 0.55 0 0.06 0.22
HSL 173.33º 0.49% 0.56% -
HSV(B) 173.33º 0.55% 0.78% -
XYZ 33.27 46.11 53.6 -
YUV 164.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 90 198 186 0.55 0 0.06 0.22 173.33 0.49 0.56
Hex 5A C6 BA 37 0 6 16 AD 31 38
Octal 132 306 272 67 0 6 26 255 61 70
Binary 1011010 11000110 10111010 110111 0 110 10110 10101101 110001 111000

Color Harmonies of #5AC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC6BA

Black with #5AC6BA

Text Example


Text Example

White with #5AC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,198,186); }

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

background-color css

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

 a { background-color: rgb(90,198,186); }

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

border-color css

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

 span { border-color: rgb(90,198,186); }

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