#4FAB9E

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

Shades of Puerto Rico #4FAB9E

Tints of Puerto Rico #4FAB9E

Color information

#4FAB9E (or 0x4FAB9E) is unknown color: approx Puerto Rico. HEX triplet: 4F, AB and 9E. RGB value is (79,171,158). Sum of RGB (Red+Green+Blue) = 79+171+158=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB9E is #B05461. Grayscale: #8D8D8D. Windows color (decimal): -11555938 or 10398543. OLE color: 10398543.

HSL color Cylindrical-coordinate representation of color #4FAB9E: hue angle of 171.52º 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 #4FAB9E is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB79171158-
CMYK0.5400.080.33
HSL171.52º36.8%49.02%-
HSV(B)171.52º53.8%67.06%-
XYZ23.9633.2637.5-
YUV142.01137.0283.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=19.36%
G=41.91%
B=38.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711580.5400.080.33171.5236.849.02
Hex4FAB9E360821ac2531
Octal11725323666010412544561
Binary100111110101011100111101101100100010000110101100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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