Html Css Color HEX #56B2AD Fountain Blue

📋 copy color: '#56B2AD'

red 86 ◦ green 178 ◦ blue 173

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

Shades of Fountain Blue #56B2AD

Tints of Fountain Blue #56B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 19.68%
G = 40.73%
B = 39.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#56B2AD (or 0x56B2AD) is known color: Fountain Blue. HEX triplet: 56, B2 and AD. RGB value is (86,178,173). Sum of RGB (Red+Green+Blue) = 86+178+173=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #56B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B2AD is #A94D52. Grayscale: #959595. Windows color (decimal): -11095379 or 11383382. OLE color: 11383382.

HSL color Cylindrical-coordinate representation of color #56B2AD: hue angle of 176.74º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B2AD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 178 173 -
CMYK 0.52 0 0.03 0.30
HSL 176.74º 0.37% 0.52% -
HSV(B) 176.74º 0.52% 0.7% -
XYZ 27.3 36.84 45.21 -
YUV 149.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 86 178 173 0.52 0 0.03 0.30 176.74 0.37 0.52
Hex 56 B2 AD 34 0 3 1E B1 25 34
Octal 126 262 255 64 0 3 36 261 45 64
Binary 1010110 10110010 10101101 110100 0 11 11110 10110001 100101 110100

Color Harmonies of #56B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B2AD

Black with #56B2AD

Text Example


Text Example

White with #56B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,178,173); }

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

background-color css

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

 a { background-color: rgb(86,178,173); }

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

border-color css

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

 span { border-color: rgb(86,178,173); }

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