Html Css Color HEX #58B9B6 Fountain Blue

📋 copy color: '#58B9B6'

red 88 ◦ green 185 ◦ blue 182

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

Shades of Fountain Blue #58B9B6

Tints of Fountain Blue #58B9B6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

 BLUE value IS 182 (71.48% from 255) = 40%

R = 19.34%
G = 40.66%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#58B9B6 (or 0x58B9B6) is known color: Fountain Blue. HEX triplet: 58, B9 and B6. RGB value is (88,185,182). Sum of RGB (Red+Green+Blue) = 88+185+182=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #58B9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B9B6 is #A74649. Grayscale: #9B9B9B. Windows color (decimal): -10962506 or 11975000. OLE color: 11975000.

HSL color Cylindrical-coordinate representation of color #58B9B6: hue angle of 178.14º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B9B6 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 185 182 -
CMYK 0.52 0 0.02 0.27
HSL 178.14º 0.41% 0.54% -
HSV(B) 178.14º 0.52% 0.73% -
XYZ 29.82 40.15 50.43 -
YUV 155.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 88 185 182 0.52 0 0.02 0.27 178.14 0.41 0.54
Hex 58 B9 B6 34 0 2 1B B2 29 36
Octal 130 271 266 64 0 2 33 262 51 66
Binary 1011000 10111001 10110110 110100 0 10 11011 10110010 101001 110110

Color Harmonies of #58B9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B9B6

Black with #58B9B6

Text Example


Text Example

White with #58B9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,185,182); }

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

background-color css

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

 a { background-color: rgb(88,185,182); }

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

border-color css

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

 span { border-color: rgb(88,185,182); }

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