Html Css Color HEX #58B7B3 Fountain Blue

📋 copy color: '#58B7B3'

red 88 ◦ green 183 ◦ blue 179

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

Shades of Fountain Blue #58B7B3

Tints of Fountain Blue #58B7B3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

 BLUE value IS 179 (70.31% from 255) = 39.78%

R = 19.56%
G = 40.67%
B = 39.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#58B7B3 (or 0x58B7B3) is known color: Fountain Blue. HEX triplet: 58, B7 and B3. RGB value is (88,183,179). Sum of RGB (Red+Green+Blue) = 88+183+179=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #58B7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B7B3 is #A7484C. Grayscale: #9A9A9A. Windows color (decimal): -10963021 or 11777880. OLE color: 11777880.

HSL color Cylindrical-coordinate representation of color #58B7B3: hue angle of 177.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B7B3 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 183 179 -
CMYK 0.52 0 0.02 0.28
HSL 177.47º 0.4% 0.53% -
HSV(B) 177.47º 0.52% 0.72% -
XYZ 29.09 39.2 48.68 -
YUV 154.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 88 183 179 0.52 0 0.02 0.28 177.47 0.4 0.53
Hex 58 B7 B3 34 0 2 1C B1 28 35
Octal 130 267 263 64 0 2 34 261 50 65
Binary 1011000 10110111 10110011 110100 0 10 11100 10110001 101000 110101

Color Harmonies of #58B7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7B3

Black with #58B7B3

Text Example


Text Example

White with #58B7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,179); }

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

background-color css

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

 a { background-color: rgb(88,183,179); }

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

border-color css

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

 span { border-color: rgb(88,183,179); }

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