#4fbab1

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

Shades of Puerto Rico #4FBAB1

Tints of Puerto Rico #4FBAB1

Color information

#4FBAB1 (or 0x4FBAB1) is unknown color: approx Puerto Rico. HEX triplet: 4F, BA and B1. RGB value is (79,186,177). Sum of RGB (Red+Green+Blue) = 79+186+177=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBAB1 is #B0454E. Grayscale: #989898. Windows color (decimal): -11552079 or 11647567. OLE color: 11647567.

HSL color Cylindrical-coordinate representation of color #4FBAB1: hue angle of 174.95º 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 #4FBAB1 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB79186177-
CMYK0.5800.050.27
HSL174.95º43.67%51.96%-
HSV(B)174.95º57.53%72.94%-
XYZ28.7239.9547.79-
YUV152.98141.5575.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.87%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=17.87%
G=42.08%
B=40.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791861770.5800.050.27174.9543.6751.96
Hex4FBAB13A051Baf2c34
Octal1172722617205332575464
Binary1001111101110101011000111101001011101110101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fbab1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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