Html Css Color HEX #56ABAA Fountain Blue

📋 copy color: '#56ABAA'

red 86 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #56ABAA

Tints of Fountain Blue #56ABAA

RGB

 RED value IS 86 (33.98% from 255) = 20.14%

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 20.14%
G = 40.05%
B = 39.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#56ABAA (or 0x56ABAA) is known color: Fountain Blue. HEX triplet: 56, AB and AA. RGB value is (86,171,170). Sum of RGB (Red+Green+Blue) = 86+171+170=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABAA is #A95455. Grayscale: #919191. Windows color (decimal): -11097174 or 11184982. OLE color: 11184982.

HSL color Cylindrical-coordinate representation of color #56ABAA: hue angle of 179.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ABAA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 171 170 -
CMYK 0.50 0 0.01 0.33
HSL 179.29º 0.34% 0.5% -
HSV(B) 179.29º 0.5% 0.67% -
XYZ 25.66 34.01 43.24 -
YUV 145.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 86 171 170 0.50 0 0.01 0.33 179.29 0.34 0.5
Hex 56 AB AA 32 0 1 21 B3 22 32
Octal 126 253 252 62 0 1 41 263 42 62
Binary 1010110 10101011 10101010 110010 0 1 100001 10110011 100010 110010

Color Harmonies of #56ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABAA

Black with #56ABAA

Text Example


Text Example

White with #56ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ABAA; }

 p { color: rgb(86,171,170); }

 H1.HeaderClassName
 {
   color: #56ABAA;
 }
 .AnyTagClassName
 {
   color: #56ABAA;
 }
</style>

background-color css

<style>
 a { background-color: #56ABAA; }

 a { background-color: rgb(86,171,170); }

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

border-color css

<style>
 span { border-color: #56ABAA; }

 span { border-color: rgb(86,171,170); }

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