#4FBC9B

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

Shades of Puerto Rico #4FBC9B

Tints of Puerto Rico #4FBC9B

Color information

#4FBC9B (or 0x4FBC9B) is unknown color: approx Puerto Rico. HEX triplet: 4F, BC and 9B. RGB value is (79,188,155). Sum of RGB (Red+Green+Blue) = 79+188+155=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC9B is #B04364. Grayscale: #979797. Windows color (decimal): -11551589 or 10206287. OLE color: 10206287.

HSL color Cylindrical-coordinate representation of color #4FBC9B: hue angle of 161.83º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC9B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB79188155-
CMYK0.5800.180.26
HSL161.83º44.86%52.35%-
HSV(B)161.83º57.98%73.73%-
XYZ27.124037.3-
YUV151.65129.8976.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.72%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=18.72%
G=44.55%
B=36.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791881550.5800.180.26161.8344.8652.35
Hex4FBC9B3A0121Aa22d34
Octal11727423372022322425564
Binary100111110111100100110111110100100101101010100010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,188,155); }

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

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

 a { background-color: rgb(79,188,155); }

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

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

 span { border-color: rgb(79,188,155); }

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