#4fc3b1

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

Shades of Puerto Rico #4FC3B1

Tints of Puerto Rico #4FC3B1

Color information

#4FC3B1 (or 0x4FC3B1) is unknown color: approx Puerto Rico. HEX triplet: 4F, C3 and B1. RGB value is (79,195,177). Sum of RGB (Red+Green+Blue) = 79+195+177=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC3B1 is #B03C4E. Grayscale: #9E9E9E. Windows color (decimal): -11549775 or 11649871. OLE color: 11649871.

HSL color Cylindrical-coordinate representation of color #4FC3B1: hue angle of 170.69º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC3B1 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB79195177-
CMYK0.5900.090.24
HSL170.69º49.15%53.73%-
HSV(B)170.69º59.49%76.47%-
XYZ30.6843.8748.45-
YUV158.26138.5771.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.52%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=17.52%
G=43.24%
B=39.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791951770.5900.090.24170.6949.1553.73
Hex4FC3B13B0918ab3136
Octal11730326173011302536166
Binary10011111100001110110001111011010011100010101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fc3b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,195,177); }

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

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

 a { background-color: rgb(79,195,177); }

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

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

 span { border-color: rgb(79,195,177); }

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