#4FB7A1

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

Shades of Puerto Rico #4FB7A1

Tints of Puerto Rico #4FB7A1

Color information

#4FB7A1 (or 0x4FB7A1) is unknown color: approx Puerto Rico. HEX triplet: 4F, B7 and A1. RGB value is (79,183,161). Sum of RGB (Red+Green+Blue) = 79+183+161=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB7A1 is #B0485E. Grayscale: #959595. Windows color (decimal): -11552863 or 10598223. OLE color: 10598223.

HSL color Cylindrical-coordinate representation of color #4FB7A1: hue angle of 167.31º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB7A1 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB79183161-
CMYK0.5700.120.28
HSL167.31º41.94%51.37%-
HSV(B)167.31º56.83%71.76%-
XYZ26.5938.139.67-
YUV149.4134.5477.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.68%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=18.68%
G=43.26%
B=38.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791831610.5700.120.28167.3141.9451.37
Hex4FB7A1390C1Ca72a33
Octal11726724171014342475263
Binary10011111011011110100001111001011001110010100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,183,161); }

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

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

 a { background-color: rgb(79,183,161); }

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

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

 span { border-color: rgb(79,183,161); }

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