Html Css Color HEX #58ABAC Fountain Blue

📋 copy color: '#58ABAC'

red 88 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #58ABAC

Tints of Fountain Blue #58ABAC

RGB

 RED value IS 88 (34.77% from 255) = 20.42%

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

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

R = 20.42%
G = 39.68%
B = 39.91%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#58ABAC (or 0x58ABAC) is known color: Fountain Blue. HEX triplet: 58, AB and AC. RGB value is (88,171,172). Sum of RGB (Red+Green+Blue) = 88+171+172=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #58ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABAC is #A75453. Grayscale: #929292. Windows color (decimal): -10966100 or 11316056. OLE color: 11316056.

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

Color convert

RGB 88 171 172 -
CMYK 0.49 0.01 0 0.33
HSL 180.71º 0.34% 0.51% -
HSV(B) 180.71º 0.49% 0.67% -
XYZ 26.03 34.18 44.25 -
YUV 146.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 88 171 172 0.49 0.01 0 0.33 180.71 0.34 0.51
Hex 58 AB AC 31 1 0 21 B5 22 33
Octal 130 253 254 61 1 0 41 265 42 63
Binary 1011000 10101011 10101100 110001 1 0 100001 10110101 100010 110011

Color Harmonies of #58ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABAC

Black with #58ABAC

Text Example


Text Example

White with #58ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58ABAC; }

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

 H1.HeaderClassName
 {
   color: #58ABAC;
 }
 .AnyTagClassName
 {
   color: #58ABAC;
 }
</style>

background-color css

<style>
 a { background-color: #58ABAC; }

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

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

border-color css

<style>
 span { border-color: #58ABAC; }

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

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