#4AAC9A

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

Shades of Puerto Rico #4AAC9A

Tints of Puerto Rico #4AAC9A

Color information

#4AAC9A (or 0x4AAC9A) is unknown color: approx Puerto Rico. HEX triplet: 4A, AC and 9A. RGB value is (74,172,154). Sum of RGB (Red+Green+Blue) = 74+172+154=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC9A is #B55365. Grayscale: #8C8C8C. Windows color (decimal): -11883366 or 10136650. OLE color: 10136650.

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

Color convert

RGB74172154-
CMYK0.5700.100.33
HSL168.98º39.84%48.24%-
HSV(B)168.98º56.98%67.45%-
XYZ23.4133.2935.76-
YUV140.65135.5380.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=18.5%
G=43%
B=38.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741721540.5700.100.33168.9839.8448.24
Hex4AAC9A390A21a92830
Octal11225423271012412515060
Binary100101010101100100110101110010101010000110101001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAC9A; }

 p { color: rgb(74,172,154); }

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

<style>
 a { background-color: #4AAC9A; }

 a { background-color: rgb(74,172,154); }

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

<style>
 span { border-color: #4AAC9A; }

 span { border-color: rgb(74,172,154); }

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