#4FAF99

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

Shades of Puerto Rico #4FAF99

Tints of Puerto Rico #4FAF99

Color information

#4FAF99 (or 0x4FAF99) is unknown color: approx Puerto Rico. HEX triplet: 4F, AF and 99. RGB value is (79,175,153). Sum of RGB (Red+Green+Blue) = 79+175+153=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF99 is #B05066. Grayscale: #8F8F8F. Windows color (decimal): -11554919 or 10071887. OLE color: 10071887.

HSL color Cylindrical-coordinate representation of color #4FAF99: hue angle of 166.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF99 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB79175153-
CMYK0.5500.130.31
HSL166.25º37.8%49.8%-
HSV(B)166.25º54.86%68.63%-
XYZ24.334.6235.54-
YUV143.79133.281.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.41%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=19.41%
G=43.00%
B=37.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751530.5500.130.31166.2537.849.8
Hex4FAF99370D1Fa62632
Octal11725723167015372464662
Binary10011111010111110011001110111011011111110100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,153); }

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

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

 a { background-color: rgb(79,175,153); }

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

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

 span { border-color: rgb(79,175,153); }

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