#58ACA4

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

Shades of Puerto Rico #58ACA4

Tints of Puerto Rico #58ACA4

Color information

#58ACA4 (or 0x58ACA4) is unknown color: approx Puerto Rico. HEX triplet: 58, AC and A4. RGB value is (88,172,164). Sum of RGB (Red+Green+Blue) = 88+172+164=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #58ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ACA4 is #A7535B. Grayscale: #919191. Windows color (decimal): -10965852 or 10792024. OLE color: 10792024.

HSL color Cylindrical-coordinate representation of color #58ACA4: hue angle of 174.29º 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 #58ACA4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB88172164-
CMYK0.4900.050.33
HSL174.29º33.6%50.98%-
HSV(B)174.29º48.84%67.45%-
XYZ25.4834.2640.39-
YUV145.97138.1786.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=20.75%
G=40.57%
B=38.68%

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
Decimal881721640.4900.050.33174.2933.650.98
Hex58ACA4310521ae2233
Octal1302542446105412564263
Binary10110001010110010100100110001010110000110101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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