#58B5A9

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

Shades of Puerto Rico #58B5A9

Tints of Puerto Rico #58B5A9

Color information

#58B5A9 (or 0x58B5A9) is unknown color: approx Puerto Rico. HEX triplet: 58, B5 and A9. RGB value is (88,181,169). Sum of RGB (Red+Green+Blue) = 88+181+169=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #58B5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B5A9 is #A74A56. Grayscale: #979797. Windows color (decimal): -10963543 or 11122008. OLE color: 11122008.

HSL color Cylindrical-coordinate representation of color #58B5A9: hue angle of 172.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B5A9 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB88181169-
CMYK0.5100.070.29
HSL172.26º38.59%52.75%-
HSV(B)172.26º51.38%70.98%-
XYZ27.7137.9943.41-
YUV151.82137.6982.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.09%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=20.09%
G=41.32%
B=38.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811690.5100.070.29172.2638.5952.75
Hex58B5A933071Dac2735
Octal1302652516307352544765
Binary1011000101101011010100111001101111110110101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,181,169); }

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

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

 a { background-color: rgb(88,181,169); }

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

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

 span { border-color: rgb(88,181,169); }

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