#4AC5A9

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

Shades of Puerto Rico #4AC5A9

Tints of Puerto Rico #4AC5A9

Color information

#4AC5A9 (or 0x4AC5A9) is unknown color: approx Puerto Rico. HEX triplet: 4A, C5 and A9. RGB value is (74,197,169). Sum of RGB (Red+Green+Blue) = 74+197+169=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC5A9 is #B53A56. Grayscale: #9D9D9D. Windows color (decimal): -11876951 or 11126090. OLE color: 11126090.

HSL color Cylindrical-coordinate representation of color #4AC5A9: hue angle of 166.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC5A9 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB74197169-
CMYK0.6200.140.23
HSL166.34º51.46%53.14%-
HSV(B)166.34º62.44%77.25%-
XYZ29.9544.2544.5-
YUV157.03134.7568.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.82%
GREEN value IS 197 (77.34% from 255) = 44.77%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=16.82%
G=44.77%
B=38.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal741971690.6200.140.23166.3451.4653.14
Hex4AC5A93E0E17a63335
Octal11230525176016272466365
Binary10010101100010110101001111110011101011110100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,197,169); }

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

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

 a { background-color: rgb(74,197,169); }

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

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

 span { border-color: rgb(74,197,169); }

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