#58C4B2

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

Shades of Puerto Rico #58C4B2

Tints of Puerto Rico #58C4B2

Color information

#58C4B2 (or 0x58C4B2) is unknown color: approx Puerto Rico. HEX triplet: 58, C4 and B2. RGB value is (88,196,178). Sum of RGB (Red+Green+Blue) = 88+196+178=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #58C4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C4B2 is #A73B4D. Grayscale: #A1A1A1. Windows color (decimal): -10959694 or 11715672. OLE color: 11715672.

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

Color convert

RGB88196178-
CMYK0.5500.090.23
HSL170º47.79%55.69%-
HSV(B)170º55.1%76.86%-
XYZ31.844.7749.08-
YUV161.66137.2275.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.05%
GREEN value IS 196 (76.95% from 255) = 42.42%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=19.05%
G=42.42%
B=38.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881961780.5500.090.2317047.7955.69
Hex58C4B2370917aa3038
Octal13030426267011272526070
Binary10110001100010010110010110111010011011110101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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