#4AC9AB

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

Shades of Puerto Rico #4AC9AB

Tints of Puerto Rico #4AC9AB

Color information

#4AC9AB (or 0x4AC9AB) is unknown color: approx Puerto Rico. HEX triplet: 4A, C9 and AB. RGB value is (74,201,171). Sum of RGB (Red+Green+Blue) = 74+201+171=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC9AB is #B53654. Grayscale: #9F9F9F. Windows color (decimal): -11875925 or 11258186. OLE color: 11258186.

HSL color Cylindrical-coordinate representation of color #4AC9AB: hue angle of 165.83º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC9AB is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB74201171-
CMYK0.6300.150.21
HSL165.83º54.04%53.92%-
HSV(B)165.83º63.18%78.82%-
XYZ31.0646.1745.8-
YUV159.61134.4266.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.59%
GREEN value IS 201 (78.91% from 255) = 45.07%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=16.59%
G=45.07%
B=38.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742011710.6300.150.21165.8354.0453.92
Hex4AC9AB3F0F15a63636
Octal11231125377017252466666
Binary10010101100100110101011111111011111010110100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,201,171); }

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

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

 a { background-color: rgb(74,201,171); }

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

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

 span { border-color: rgb(74,201,171); }

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