#4AB39C

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

Shades of Puerto Rico #4AB39C

Tints of Puerto Rico #4AB39C

Color information

#4AB39C (or 0x4AB39C) is unknown color: approx Puerto Rico. HEX triplet: 4A, B3 and 9C. RGB value is (74,179,156). Sum of RGB (Red+Green+Blue) = 74+179+156=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB39C is #B54C63. Grayscale: #909090. Windows color (decimal): -11881572 or 10269514. OLE color: 10269514.

HSL color Cylindrical-coordinate representation of color #4AB39C: hue angle of 166.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB39C is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB74179156-
CMYK0.5900.130.30
HSL166.86º41.5%49.61%-
HSV(B)166.86º58.66%70.2%-
XYZ24.9436.137.11-
YUV144.98134.2177.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.09%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=18.09%
G=43.77%
B=38.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741791560.5900.130.30166.8641.549.61
Hex4AB39C3B0D1Ea72a32
Octal11226323473015362475262
Binary10010101011001110011100111011011011111010100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,179,156); }

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

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

 a { background-color: rgb(74,179,156); }

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

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

 span { border-color: rgb(74,179,156); }

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