#58C5A2

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

Shades of Puerto Rico #58C5A2

Tints of Puerto Rico #58C5A2

Color information

#58C5A2 (or 0x58C5A2) is unknown color: approx Puerto Rico. HEX triplet: 58, C5 and A2. RGB value is (88,197,162). Sum of RGB (Red+Green+Blue) = 88+197+162=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #58C5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C5A2 is #A73A5D. Grayscale: #A0A0A0. Windows color (decimal): -10959454 or 10667352. OLE color: 10667352.

HSL color Cylindrical-coordinate representation of color #58C5A2: hue angle of 160.73º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C5A2 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB88197162-
CMYK0.5500.180.23
HSL160.73º48.44%55.88%-
HSV(B)160.73º55.33%77.25%-
XYZ30.5144.6241.19-
YUV160.42128.8976.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=19.69%
G=44.07%
B=36.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881971620.5500.180.23160.7348.4455.88
Hex58C5A23701217a13038
Octal13030524267022272416070
Binary101100011000101101000101101110100101011110100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,197,162); }

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

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

 a { background-color: rgb(88,197,162); }

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

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

 span { border-color: rgb(88,197,162); }

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