#4AA79A

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

Shades of Puerto Rico #4AA79A

Tints of Puerto Rico #4AA79A

Color information

#4AA79A (or 0x4AA79A) is unknown color: approx Puerto Rico. HEX triplet: 4A, A7 and 9A. RGB value is (74,167,154). Sum of RGB (Red+Green+Blue) = 74+167+154=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA79A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA79A is #B55865. Grayscale: #898989. Windows color (decimal): -11884646 or 10135370. OLE color: 10135370.

HSL color Cylindrical-coordinate representation of color #4AA79A: hue angle of 171.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA79A is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB74167154-
CMYK0.5600.080.35
HSL171.61º38.59%47.25%-
HSV(B)171.61º55.69%65.49%-
XYZ22.4831.4335.45-
YUV137.71137.1982.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.73%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=18.73%
G=42.28%
B=38.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741671540.5600.080.35171.6138.5947.25
Hex4AA79A380823ac272f
Octal11224723270010432544757
Binary100101010100111100110101110000100010001110101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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