#4AB79A

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

Shades of Puerto Rico #4AB79A

Tints of Puerto Rico #4AB79A

Color information

#4AB79A (or 0x4AB79A) is unknown color: approx Puerto Rico. HEX triplet: 4A, B7 and 9A. RGB value is (74,183,154). Sum of RGB (Red+Green+Blue) = 74+183+154=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB79A is #B54865. Grayscale: #939393. Windows color (decimal): -11880550 or 10139466. OLE color: 10139466.

HSL color Cylindrical-coordinate representation of color #4AB79A: hue angle of 164.04º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB79A is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB74183154-
CMYK0.6000.160.28
HSL164.04º43.08%50.39%-
HSV(B)164.04º59.56%71.76%-
XYZ25.5937.6636.49-
YUV147.1131.8975.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 183 (71.88% from 255) = 44.53%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=18.00%
G=44.53%
B=37.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal741831540.6000.160.28164.0443.0850.39
Hex4AB79A3C0101Ca42b32
Octal11226723274020342445362
Binary100101010110111100110101111000100001110010100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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