#58B19E

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

Shades of Puerto Rico #58B19E

Tints of Puerto Rico #58B19E

Color information

#58B19E (or 0x58B19E) is unknown color: approx Puerto Rico. HEX triplet: 58, B1 and 9E. RGB value is (88,177,158). Sum of RGB (Red+Green+Blue) = 88+177+158=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #58B19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B19E is #A74E61. Grayscale: #949494. Windows color (decimal): -10964578 or 10400088. OLE color: 10400088.

HSL color Cylindrical-coordinate representation of color #58B19E: hue angle of 167.19º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B19E is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB88177158-
CMYK0.5000.110.31
HSL167.19º36.33%51.96%-
HSV(B)167.19º50.28%69.41%-
XYZ25.9235.9937.93-
YUV148.22133.5185.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=20.80%
G=41.84%
B=37.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881771580.5000.110.31167.1936.3351.96
Hex58B19E320B1Fa72434
Octal13026123662013372474464
Binary10110001011000110011110110010010111111110100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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