#58c1a3

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

Shades of Puerto Rico #58C1A3

Tints of Puerto Rico #58C1A3

Color information

#58C1A3 (or 0x58C1A3) is unknown color: approx Puerto Rico. HEX triplet: 58, C1 and A3. RGB value is (88,193,163). Sum of RGB (Red+Green+Blue) = 88+193+163=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A3 is #A73E5C. Grayscale: #9E9E9E. Windows color (decimal): -10960477 or 10731864. OLE color: 10731864.

HSL color Cylindrical-coordinate representation of color #58C1A3: hue angle of 162.86º 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 #58C1A3 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB88193163-
CMYK0.5400.160.24
HSL162.86º45.85%55.1%-
HSV(B)162.86º54.4%75.69%-
XYZ29.7142.8641.36-
YUV158.18130.7177.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=19.82%
G=43.47%
B=36.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881931630.5400.160.24162.8645.8555.1
Hex58C1A33601018a32e37
Octal13030124366020302435667
Binary101100011000001101000111101100100001100010100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58c1a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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