Html Css Color HEX #56B2AE Fountain Blue

📋 copy color: '#56B2AE'

red 86 ◦ green 178 ◦ blue 174

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

Shades of Fountain Blue #56B2AE

Tints of Fountain Blue #56B2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 19.63%
G = 40.64%
B = 39.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#56B2AE (or 0x56B2AE) is known color: Fountain Blue. HEX triplet: 56, B2 and AE. RGB value is (86,178,174). Sum of RGB (Red+Green+Blue) = 86+178+174=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #56B2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B2AE is #A94D51. Grayscale: #959595. Windows color (decimal): -11095378 or 11448918. OLE color: 11448918.

HSL color Cylindrical-coordinate representation of color #56B2AE: hue angle of 177.39º 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 #56B2AE is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 178 174 -
CMYK 0.52 0 0.02 0.30
HSL 177.39º 0.37% 0.52% -
HSV(B) 177.39º 0.52% 0.7% -
XYZ 27.4 36.88 45.72 -
YUV 150.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 86 178 174 0.52 0 0.02 0.30 177.39 0.37 0.52
Hex 56 B2 AE 34 0 2 1E B1 25 34
Octal 126 262 256 64 0 2 36 261 45 64
Binary 1010110 10110010 10101110 110100 0 10 11110 10110001 100101 110100

Color Harmonies of #56B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B2AE

Black with #56B2AE

Text Example


Text Example

White with #56B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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