#49ACA5

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

Shades of Puerto Rico #49ACA5

Tints of Puerto Rico #49ACA5

Color information

#49ACA5 (or 0x49ACA5) is unknown color: approx Puerto Rico. HEX triplet: 49, AC and A5. RGB value is (73,172,165). Sum of RGB (Red+Green+Blue) = 73+172+165=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #49ACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ACA5 is #B6535A. Grayscale: #8D8D8D. Windows color (decimal): -11948891 or 10857545. OLE color: 10857545.

HSL color Cylindrical-coordinate representation of color #49ACA5: hue angle of 175.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ACA5 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB73172165-
CMYK0.5800.040.33
HSL175.76º40.41%48.04%-
HSV(B)175.76º57.56%67.45%-
XYZ24.2933.6440.81-
YUV141.6141.279.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=17.80%
G=41.95%
B=40.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721650.5800.040.33175.7640.4148.04
Hex49ACA53A0421b02830
Octal1112542457204412605060
Binary10010011010110010100101111010010010000110110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49ACA5; }

 p { color: rgb(73,172,165); }

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

<style>
 a { background-color: #49ACA5; }

 a { background-color: rgb(73,172,165); }

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

<style>
 span { border-color: #49ACA5; }

 span { border-color: rgb(73,172,165); }

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