#4AAC99

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

Shades of Puerto Rico #4AAC99

Tints of Puerto Rico #4AAC99

Color information

#4AAC99 (or 0x4AAC99) is unknown color: approx Puerto Rico. HEX triplet: 4A, AC and 99. RGB value is (74,172,153). Sum of RGB (Red+Green+Blue) = 74+172+153=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC99 is #B55366. Grayscale: #8C8C8C. Windows color (decimal): -11883367 or 10071114. OLE color: 10071114.

HSL color Cylindrical-coordinate representation of color #4AAC99: hue angle of 168.37º 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 #4AAC99 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB74172153-
CMYK0.5700.110.33
HSL168.37º39.84%48.24%-
HSV(B)168.37º56.98%67.45%-
XYZ23.3333.2635.33-
YUV140.53135.0380.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=18.55%
G=43.11%
B=38.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741721530.5700.110.33168.3739.8448.24
Hex4AAC99390B21a82830
Octal11225423171013412505060
Binary100101010101100100110011110010101110000110101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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