#58C1A0

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

Shades of Puerto Rico #58C1A0

Tints of Puerto Rico #58C1A0

Color information

#58C1A0 (or 0x58C1A0) is unknown color: approx Puerto Rico. HEX triplet: 58, C1 and A0. RGB value is (88,193,160). Sum of RGB (Red+Green+Blue) = 88+193+160=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A0 is #A73E5F. Grayscale: #9D9D9D. Windows color (decimal): -10960480 or 10535256. OLE color: 10535256.

HSL color Cylindrical-coordinate representation of color #58C1A0: hue angle of 161.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C1A0 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB88193160-
CMYK0.5400.170.24
HSL161.14º45.85%55.1%-
HSV(B)161.14º54.4%75.69%-
XYZ29.4442.7539.96-
YUV157.84129.2178.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.95%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=19.95%
G=43.76%
B=36.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881931600.5400.170.24161.1445.8555.1
Hex58C1A03601118a12e37
Octal13030124066021302415667
Binary101100011000001101000001101100100011100010100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,193,160); }

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

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

 a { background-color: rgb(88,193,160); }

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

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

 span { border-color: rgb(88,193,160); }

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