#4FAA98

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

Shades of Puerto Rico #4FAA98

Tints of Puerto Rico #4FAA98

Color information

#4FAA98 (or 0x4FAA98) is unknown color: approx Puerto Rico. HEX triplet: 4F, AA and 98. RGB value is (79,170,152). Sum of RGB (Red+Green+Blue) = 79+170+152=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA98 is #B05567. Grayscale: #8C8C8C. Windows color (decimal): -11556200 or 10005071. OLE color: 10005071.

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

Color convert

RGB79170152-
CMYK0.5400.110.33
HSL168.13º36.55%48.82%-
HSV(B)168.13º53.53%66.67%-
XYZ23.2732.6834.79-
YUV140.74134.3583.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=19.70%
G=42.39%
B=37.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701520.5400.110.33168.1336.5548.82
Hex4FAA98360B21a82531
Octal11725223066013412504561
Binary100111110101010100110001101100101110000110101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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