#58C49C

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

Shades of Puerto Rico #58C49C

Tints of Puerto Rico #58C49C

Color information

#58C49C (or 0x58C49C) is unknown color: approx Puerto Rico. HEX triplet: 58, C4 and 9C. RGB value is (88,196,156). Sum of RGB (Red+Green+Blue) = 88+196+156=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #58C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C49C is #A73B63. Grayscale: #9F9F9F. Windows color (decimal): -10959716 or 10273880. OLE color: 10273880.

HSL color Cylindrical-coordinate representation of color #58C49C: hue angle of 157.78º 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 #58C49C is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB88196156-
CMYK0.5500.200.23
HSL157.78º47.79%55.69%-
HSV(B)157.78º55.1%76.86%-
XYZ29.7743.9538.37-
YUV159.15126.2277.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=20%
G=44.55%
B=35.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881961560.5500.200.23157.7847.7955.69
Hex58C49C37014179e3038
Octal13030423467024272366070
Binary101100011000100100111001101110101001011110011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,196,156); }

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

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

 a { background-color: rgb(88,196,156); }

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

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

 span { border-color: rgb(88,196,156); }

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