#58C3A1

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

Shades of Puerto Rico #58C3A1

Tints of Puerto Rico #58C3A1

Color information

#58C3A1 (or 0x58C3A1) is unknown color: approx Puerto Rico. HEX triplet: 58, C3 and A1. RGB value is (88,195,161). Sum of RGB (Red+Green+Blue) = 88+195+161=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #58C3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C3A1 is #A73C5E. Grayscale: #9F9F9F. Windows color (decimal): -10959967 or 10601304. OLE color: 10601304.

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

Color convert

RGB88195161-
CMYK0.5500.170.24
HSL160.93º47.14%55.49%-
HSV(B)160.93º54.87%76.47%-
XYZ29.9743.6840.57-
YUV159.13129.0577.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=19.82%
G=43.92%
B=36.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881951610.5500.170.24160.9347.1455.49
Hex58C3A13701118a12f37
Octal13030324167021302415767
Binary101100011000011101000011101110100011100010100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,195,161); }

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

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

 a { background-color: rgb(88,195,161); }

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

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

 span { border-color: rgb(88,195,161); }

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