Html Css Color HEX #58ADAB Fountain Blue

📋 copy color: '#58ADAB'

red 88 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #58ADAB

Tints of Fountain Blue #58ADAB

RGB

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

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

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

R = 20.37%
G = 40.05%
B = 39.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#58ADAB (or 0x58ADAB) is known color: Fountain Blue. HEX triplet: 58, AD and AB. RGB value is (88,173,171). Sum of RGB (Red+Green+Blue) = 88+173+171=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADAB is #A75254. Grayscale: #939393. Windows color (decimal): -10965589 or 11251032. OLE color: 11251032.

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

Color convert

RGB 88 173 171 -
CMYK 0.49 0 0.01 0.32
HSL 178.59º 0.34% 0.51% -
HSV(B) 178.59º 0.49% 0.68% -
XYZ 26.32 34.9 43.88 -
YUV 147.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 88 173 171 0.49 0 0.01 0.32 178.59 0.34 0.51
Hex 58 AD AB 31 0 1 20 B3 22 33
Octal 130 255 253 61 0 1 40 263 42 63
Binary 1011000 10101101 10101011 110001 0 1 100000 10110011 100010 110011

Color Harmonies of #58ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADAB

Black with #58ADAB

Text Example


Text Example

White with #58ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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