#4faf98

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

Shades of Puerto Rico #4FAF98

Tints of Puerto Rico #4FAF98

Color information

#4FAF98 (or 0x4FAF98) is unknown color: approx Puerto Rico. HEX triplet: 4F, AF and 98. RGB value is (79,175,152). Sum of RGB (Red+Green+Blue) = 79+175+152=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF98 is #B05067. Grayscale: #8F8F8F. Windows color (decimal): -11554920 or 10006351. OLE color: 10006351.

HSL color Cylindrical-coordinate representation of color #4FAF98: hue angle of 165.62º 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 #4FAF98 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB79175152-
CMYK0.5500.130.31
HSL165.62º37.8%49.8%-
HSV(B)165.62º54.86%68.63%-
XYZ24.2234.5935.11-
YUV143.67132.781.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.46%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=19.46%
G=43.10%
B=37.44%

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
Decimal791751520.5500.130.31165.6237.849.8
Hex4FAF98370D1Fa62632
Octal11725723067015372464662
Binary10011111010111110011000110111011011111110100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4faf98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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