Html Css Color HEX #55AEAC Fountain Blue

📋 copy color: '#55AEAC'

red 85 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #55AEAC

Tints of Fountain Blue #55AEAC

RGB

 RED value IS 85 (33.59% from 255) = 19.72%

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 19.72%
G = 40.37%
B = 39.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#55AEAC (or 0x55AEAC) is known color: Fountain Blue. HEX triplet: 55, AE and AC. RGB value is (85,174,172). Sum of RGB (Red+Green+Blue) = 85+174+172=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEAC is #AA5153. Grayscale: #939393. Windows color (decimal): -11161940 or 11316821. OLE color: 11316821.

HSL color Cylindrical-coordinate representation of color #55AEAC: hue angle of 178.65º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AEAC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 172 -
CMYK 0.51 0 0.01 0.32
HSL 178.65º 0.35% 0.51% -
HSV(B) 178.65º 0.51% 0.68% -
XYZ 26.33 35.18 44.43 -
YUV 147.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 85 174 172 0.51 0 0.01 0.32 178.65 0.35 0.51
Hex 55 AE AC 33 0 1 20 B3 23 33
Octal 125 256 254 63 0 1 40 263 43 63
Binary 1010101 10101110 10101100 110011 0 1 100000 10110011 100011 110011

Color Harmonies of #55AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEAC

Black with #55AEAC

Text Example


Text Example

White with #55AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AEAC; }

 p { color: rgb(85,174,172); }

 H1.HeaderClassName
 {
   color: #55AEAC;
 }
 .AnyTagClassName
 {
   color: #55AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #55AEAC; }

 a { background-color: rgb(85,174,172); }

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

border-color css

<style>
 span { border-color: #55AEAC; }

 span { border-color: rgb(85,174,172); }

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