#4FBAA0

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

Shades of Puerto Rico #4FBAA0

Tints of Puerto Rico #4FBAA0

Color information

#4FBAA0 (or 0x4FBAA0) is unknown color: approx Puerto Rico. HEX triplet: 4F, BA and A0. RGB value is (79,186,160). Sum of RGB (Red+Green+Blue) = 79+186+160=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBAA0 is #B0455F. Grayscale: #979797. Windows color (decimal): -11552096 or 10533455. OLE color: 10533455.

HSL color Cylindrical-coordinate representation of color #4FBAA0: hue angle of 165.42º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBAA0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB79186160-
CMYK0.5800.140.27
HSL165.42º43.67%51.96%-
HSV(B)165.42º57.53%72.94%-
XYZ27.1339.3239.42-
YUV151.04133.0576.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=18.59%
G=43.76%
B=37.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791861600.5800.140.27165.4243.6751.96
Hex4FBAA03A0E1Ba52c34
Octal11727224072016332455464
Binary10011111011101010100000111010011101101110100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,160); }

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

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

 a { background-color: rgb(79,186,160); }

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

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

 span { border-color: rgb(79,186,160); }

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