#4FAEA4

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

Shades of Puerto Rico #4FAEA4

Tints of Puerto Rico #4FAEA4

Color information

#4FAEA4 (or 0x4FAEA4) is unknown color: approx Puerto Rico. HEX triplet: 4F, AE and A4. RGB value is (79,174,164). Sum of RGB (Red+Green+Blue) = 79+174+164=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEA4 is #B0515B. Grayscale: #909090. Windows color (decimal): -11555164 or 10792527. OLE color: 10792527.

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

Color convert

RGB79174164-
CMYK0.5500.060.32
HSL173.68º37.55%49.61%-
HSV(B)173.68º54.6%68.24%-
XYZ25.0634.6140.48-
YUV144.45139.0381.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.94%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=18.94%
G=41.73%
B=39.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791741640.5500.060.32173.6837.5549.61
Hex4FAEA4370620ae2632
Octal1172562446706402564662
Binary10011111010111010100100110111011010000010101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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