#58B29F

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

Shades of Puerto Rico #58B29F

Tints of Puerto Rico #58B29F

Color information

#58B29F (or 0x58B29F) is unknown color: approx Puerto Rico. HEX triplet: 58, B2 and 9F. RGB value is (88,178,159). Sum of RGB (Red+Green+Blue) = 88+178+159=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #58B29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B29F is #A74D60. Grayscale: #949494. Windows color (decimal): -10964321 or 10465880. OLE color: 10465880.

HSL color Cylindrical-coordinate representation of color #58B29F: hue angle of 167.33º 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 #58B29F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB88178159-
CMYK0.5100.110.30
HSL167.33º36.89%52.16%-
HSV(B)167.33º50.56%69.8%-
XYZ26.236.4238.45-
YUV148.92133.6884.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=20.71%
G=41.88%
B=37.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881781590.5100.110.30167.3336.8952.16
Hex58B29F330B1Ea72534
Octal13026223763013362474564
Binary10110001011001010011111110011010111111010100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,178,159); }

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

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

 a { background-color: rgb(88,178,159); }

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

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

 span { border-color: rgb(88,178,159); }

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