Html Css Color HEX #58C0BC Fountain Blue

📋 copy color: '#58C0BC'

red 88 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #58C0BC

Tints of Fountain Blue #58C0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 18.8%
G = 41.03%
B = 40.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#58C0BC (or 0x58C0BC) is known color: Fountain Blue. HEX triplet: 58, C0 and BC. RGB value is (88,192,188). Sum of RGB (Red+Green+Blue) = 88+192+188=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0BC is #A73F43. Grayscale: #A0A0A0. Windows color (decimal): -10960708 or 12370008. OLE color: 12370008.

HSL color Cylindrical-coordinate representation of color #58C0BC: hue angle of 177.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C0BC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 192 188 -
CMYK 0.54 0 0.02 0.25
HSL 177.69º 0.45% 0.55% -
HSV(B) 177.69º 0.54% 0.75% -
XYZ 31.95 43.4 54.27 -
YUV 160.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 88 192 188 0.54 0 0.02 0.25 177.69 0.45 0.55
Hex 58 C0 BC 36 0 2 19 B2 2D 37
Octal 130 300 274 66 0 2 31 262 55 67
Binary 1011000 11000000 10111100 110110 0 10 11001 10110010 101101 110111

Color Harmonies of #58C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0BC

Black with #58C0BC

Text Example


Text Example

White with #58C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,188); }

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

background-color css

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

 a { background-color: rgb(88,192,188); }

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

border-color css

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

 span { border-color: rgb(88,192,188); }

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