#4FAEA7

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

Shades of Puerto Rico #4FAEA7

Tints of Puerto Rico #4FAEA7

Color information

#4FAEA7 (or 0x4FAEA7) is unknown color: approx Puerto Rico. HEX triplet: 4F, AE and A7. RGB value is (79,174,167). Sum of RGB (Red+Green+Blue) = 79+174+167=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEA7 is #B05158. Grayscale: #909090. Windows color (decimal): -11555161 or 10989135. OLE color: 10989135.

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

Color convert

RGB79174167-
CMYK0.5500.040.32
HSL175.58º37.55%49.61%-
HSV(B)175.58º54.6%68.24%-
XYZ25.3434.7241.93-
YUV144.8140.5381.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.81%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=18.81%
G=41.43%
B=39.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791741670.5500.040.32175.5837.5549.61
Hex4FAEA7370420b02632
Octal1172562476704402604662
Binary10011111010111010100111110111010010000010110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,174,167); }

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

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

 a { background-color: rgb(79,174,167); }

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

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

 span { border-color: rgb(79,174,167); }

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