Html Css Color HEX #58AAB2 Fountain Blue

📋 copy color: '#58AAB2'

red 88 ◦ green 170 ◦ blue 178

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

Shades of Fountain Blue #58AAB2

Tints of Fountain Blue #58AAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 20.18%
G = 38.99%
B = 40.83%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#58AAB2 (or 0x58AAB2) is known color: Fountain Blue. HEX triplet: 58, AA and B2. RGB value is (88,170,178). Sum of RGB (Red+Green+Blue) = 88+170+178=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #58AAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAB2 is #A7554D. Grayscale: #929292. Windows color (decimal): -10966350 or 11709016. OLE color: 11709016.

HSL color Cylindrical-coordinate representation of color #58AAB2: hue angle of 185.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58AAB2 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 170 178 -
CMYK 0.51 0.04 0 0.30
HSL 185.33º 0.37% 0.52% -
HSV(B) 185.33º 0.51% 0.7% -
XYZ 26.44 34.04 47.3 -
YUV 146.39 145.83 86.35 -
System Red Green Blue C M Y K H S L
Decimal 88 170 178 0.51 0.04 0 0.30 185.33 0.37 0.52
Hex 58 AA B2 33 4 0 1E B9 25 34
Octal 130 252 262 63 4 0 36 271 45 64
Binary 1011000 10101010 10110010 110011 100 0 11110 10111001 100101 110100

Color Harmonies of #58AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AAB2

Black with #58AAB2

Text Example


Text Example

White with #58AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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