Html Css Color HEX #58BFBB Fountain Blue

📋 copy color: '#58BFBB'

red 88 ◦ green 191 ◦ blue 187

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

Shades of Fountain Blue #58BFBB

Tints of Fountain Blue #58BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 18.88%
G = 40.99%
B = 40.13%

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

#58BFBB (or 0x58BFBB) is known color: Fountain Blue. HEX triplet: 58, BF and BB. RGB value is (88,191,187). Sum of RGB (Red+Green+Blue) = 88+191+187=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFBB is #A74044. Grayscale: #9F9F9F. Windows color (decimal): -10960965 or 12304216. OLE color: 12304216.

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

Color convert

RGB 88 191 187 -
CMYK 0.54 0 0.02 0.25
HSL 177.67º 0.45% 0.55% -
HSV(B) 177.67º 0.54% 0.75% -
XYZ 31.62 42.92 53.63 -
YUV 159.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 88 191 187 0.54 0 0.02 0.25 177.67 0.45 0.55
Hex 58 BF BB 36 0 2 19 B2 2D 37
Octal 130 277 273 66 0 2 31 262 55 67
Binary 1011000 10111111 10111011 110110 0 10 11001 10110010 101101 110111

Color Harmonies of #58BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFBB

Black with #58BFBB

Text Example


Text Example

White with #58BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,191,187); }

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

background-color css

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

 a { background-color: rgb(88,191,187); }

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

border-color css

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

 span { border-color: rgb(88,191,187); }

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