#4FAB9A

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

Shades of Puerto Rico #4FAB9A

Tints of Puerto Rico #4FAB9A

Color information

#4FAB9A (or 0x4FAB9A) is unknown color: approx Puerto Rico. HEX triplet: 4F, AB and 9A. RGB value is (79,171,154). Sum of RGB (Red+Green+Blue) = 79+171+154=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB9A is #B05465. Grayscale: #8D8D8D. Windows color (decimal): -11555942 or 10136399. OLE color: 10136399.

HSL color Cylindrical-coordinate representation of color #4FAB9A: hue angle of 168.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB9A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB79171154-
CMYK0.5400.100.33
HSL168.91º36.8%49.02%-
HSV(B)168.91º53.8%67.06%-
XYZ23.6233.1235.72-
YUV141.55135.0283.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.55%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=19.55%
G=42.33%
B=38.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711540.5400.100.33168.9136.849.02
Hex4FAB9A360A21a92531
Octal11725323266012412514561
Binary100111110101011100110101101100101010000110101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,171,154); }

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

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

 a { background-color: rgb(79,171,154); }

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

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

 span { border-color: rgb(79,171,154); }

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