#58BE9D

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

Shades of Puerto Rico #58BE9D

Tints of Puerto Rico #58BE9D

Color information

#58BE9D (or 0x58BE9D) is unknown color: approx Puerto Rico. HEX triplet: 58, BE and 9D. RGB value is (88,190,157). Sum of RGB (Red+Green+Blue) = 88+190+157=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BE9D is #A74162. Grayscale: #9B9B9B. Windows color (decimal): -10961251 or 10337880. OLE color: 10337880.

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

Color convert

RGB88190157-
CMYK0.5400.170.25
HSL160.59º43.97%54.51%-
HSV(B)160.59º53.68%74.51%-
XYZ28.5241.3438.37-
YUV155.74128.7179.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.23%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=20.23%
G=43.68%
B=36.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901570.5400.170.25160.5943.9754.51
Hex58BE9D3601119a12c37
Octal13027623566021312415467
Binary101100010111110100111011101100100011100110100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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