Html Css Color HEX #58ADAA Fountain Blue

📋 copy color: '#58ADAA'

red 88 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #58ADAA

Tints of Fountain Blue #58ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

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

R = 20.42%
G = 40.14%
B = 39.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#58ADAA (or 0x58ADAA) is known color: Fountain Blue. HEX triplet: 58, AD and AA. RGB value is (88,173,170). Sum of RGB (Red+Green+Blue) = 88+173+170=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADAA is #A75255. Grayscale: #939393. Windows color (decimal): -10965590 or 11185496. OLE color: 11185496.

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

Color convert

RGB 88 173 170 -
CMYK 0.49 0 0.02 0.32
HSL 177.88º 0.34% 0.51% -
HSV(B) 177.88º 0.49% 0.68% -
XYZ 26.22 34.86 43.38 -
YUV 147.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 88 173 170 0.49 0 0.02 0.32 177.88 0.34 0.51
Hex 58 AD AA 31 0 2 20 B2 22 33
Octal 130 255 252 61 0 2 40 262 42 63
Binary 1011000 10101101 10101010 110001 0 10 100000 10110010 100010 110011

Color Harmonies of #58ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADAA

Black with #58ADAA

Text Example


Text Example

White with #58ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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