#58ACA3

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

Shades of Puerto Rico #58ACA3

Tints of Puerto Rico #58ACA3

Color information

#58ACA3 (or 0x58ACA3) is unknown color: approx Puerto Rico. HEX triplet: 58, AC and A3. RGB value is (88,172,163). Sum of RGB (Red+Green+Blue) = 88+172+163=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #58ACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ACA3 is #A7535C. Grayscale: #919191. Windows color (decimal): -10965853 or 10726488. OLE color: 10726488.

HSL color Cylindrical-coordinate representation of color #58ACA3: hue angle of 173.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58ACA3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB88172163-
CMYK0.4900.050.33
HSL173.57º33.6%50.98%-
HSV(B)173.57º48.84%67.45%-
XYZ25.3934.2239.92-
YUV145.86137.6786.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=20.80%
G=40.66%
B=38.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881721630.4900.050.33173.5733.650.98
Hex58ACA3310521ae2233
Octal1302542436105412564263
Binary10110001010110010100011110001010110000110101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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