Html Css Color HEX #55ACAB Fountain Blue

📋 copy color: '#55ACAB'

red 85 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #55ACAB

Tints of Fountain Blue #55ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 19.86%
G = 40.19%
B = 39.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#55ACAB (or 0x55ACAB) is known color: Fountain Blue. HEX triplet: 55, AC and AB. RGB value is (85,172,171). Sum of RGB (Red+Green+Blue) = 85+172+171=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #55ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ACAB is #AA5354. Grayscale: #919191. Windows color (decimal): -11162453 or 11250773. OLE color: 11250773.

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

Color convert

RGB 85 172 171 -
CMYK 0.51 0 0.01 0.33
HSL 179.31º 0.34% 0.5% -
HSV(B) 179.31º 0.51% 0.67% -
XYZ 25.85 34.38 43.8 -
YUV 145.87 142.18 84.58 -
System Red Green Blue C M Y K H S L
Decimal 85 172 171 0.51 0 0.01 0.33 179.31 0.34 0.5
Hex 55 AC AB 33 0 1 21 B3 22 32
Octal 125 254 253 63 0 1 41 263 42 62
Binary 1010101 10101100 10101011 110011 0 1 100001 10110011 100010 110010

Color Harmonies of #55ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACAB

Black with #55ACAB

Text Example


Text Example

White with #55ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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