#58B39E

Color #58B39E Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #58B39E

Tints of Puerto Rico #58B39E

Color information

#58B39E (or 0x58B39E) is unknown color: approx Puerto Rico. HEX triplet: 58, B3 and 9E. RGB value is (88,179,158). Sum of RGB (Red+Green+Blue) = 88+179+158=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #58B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B39E is #A74C61. Grayscale: #959595. Windows color (decimal): -10964066 or 10400600. OLE color: 10400600.

HSL color Cylindrical-coordinate representation of color #58B39E: hue angle of 166.15º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B39E is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB88179158-
CMYK0.5100.120.30
HSL166.15º37.45%52.35%-
HSV(B)166.15º50.84%70.2%-
XYZ26.3236.7838.06-
YUV149.4132.8584.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=20.71%
G=42.12%
B=37.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881791580.5100.120.30166.1537.4552.35
Hex58B39E330C1Ea62534
Octal13026323663014362464564
Binary10110001011001110011110110011011001111010100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58B39E;
 }
 .AnyTagClassName
 {
   color: #58B39E;
 }
</style>
background-color css

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

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

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

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

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

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