Html Css Color HEX #58C0BE Fountain Blue

📋 copy color: '#58C0BE'

red 88 ◦ green 192 ◦ blue 190

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

Shades of Fountain Blue #58C0BE

Tints of Fountain Blue #58C0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 18.72%
G = 40.85%
B = 40.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#58C0BE (or 0x58C0BE) is known color: Fountain Blue. HEX triplet: 58, C0 and BE. RGB value is (88,192,190). Sum of RGB (Red+Green+Blue) = 88+192+190=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0BE is #A73F41. Grayscale: #A0A0A0. Windows color (decimal): -10960706 or 12501080. OLE color: 12501080.

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

Color convert

RGB 88 192 190 -
CMYK 0.54 0 0.01 0.25
HSL 178.85º 0.45% 0.55% -
HSV(B) 178.85º 0.54% 0.75% -
XYZ 32.17 43.49 55.41 -
YUV 160.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 88 192 190 0.54 0 0.01 0.25 178.85 0.45 0.55
Hex 58 C0 BE 36 0 1 19 B3 2D 37
Octal 130 300 276 66 0 1 31 263 55 67
Binary 1011000 11000000 10111110 110110 0 1 11001 10110011 101101 110111

Color Harmonies of #58C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0BE

Black with #58C0BE

Text Example


Text Example

White with #58C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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