#58C1A5

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

Shades of Puerto Rico #58C1A5

Tints of Puerto Rico #58C1A5

Color information

#58C1A5 (or 0x58C1A5) is unknown color: approx Puerto Rico. HEX triplet: 58, C1 and A5. RGB value is (88,193,165). Sum of RGB (Red+Green+Blue) = 88+193+165=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #58C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C1A5 is #A73E5A. Grayscale: #9E9E9E. Windows color (decimal): -10960475 or 10862936. OLE color: 10862936.

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

Color convert

RGB88193165-
CMYK0.5400.150.24
HSL164º45.85%55.1%-
HSV(B)164º54.4%75.69%-
XYZ29.8942.9342.31-
YUV158.41131.7177.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.73%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=19.73%
G=43.27%
B=37.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881931650.5400.150.2416445.8555.1
Hex58C1A5360F18a42e37
Octal13030124566017302445667
Binary10110001100000110100101110110011111100010100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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