Html Css Color HEX #58ABAA Fountain Blue

📋 copy color: '#58ABAA'

red 88 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #58ABAA

Tints of Fountain Blue #58ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 20.51%
G = 39.86%
B = 39.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#58ABAA (or 0x58ABAA) is known color: Fountain Blue. HEX triplet: 58, AB and AA. RGB value is (88,171,170). Sum of RGB (Red+Green+Blue) = 88+171+170=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #58ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABAA is #A75455. Grayscale: #919191. Windows color (decimal): -10966102 or 11184984. OLE color: 11184984.

HSL color Cylindrical-coordinate representation of color #58ABAA: hue angle of 179.28º degrees, saturation: 0.33, 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 #58ABAA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 171 170 -
CMYK 0.49 0 0.01 0.33
HSL 179.28º 0.33% 0.51% -
HSV(B) 179.28º 0.49% 0.67% -
XYZ 25.84 34.1 43.25 -
YUV 146.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 88 171 170 0.49 0 0.01 0.33 179.28 0.33 0.51
Hex 58 AB AA 31 0 1 21 B3 21 33
Octal 130 253 252 61 0 1 41 263 41 63
Binary 1011000 10101011 10101010 110001 0 1 100001 10110011 100001 110011

Color Harmonies of #58ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABAA

Black with #58ABAA

Text Example


Text Example

White with #58ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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