#4FBBB1

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

Shades of Puerto Rico #4FBBB1

Tints of Puerto Rico #4FBBB1

Color information

#4FBBB1 (or 0x4FBBB1) is unknown color: approx Puerto Rico. HEX triplet: 4F, BB and B1. RGB value is (79,187,177). Sum of RGB (Red+Green+Blue) = 79+187+177=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBBB1 is #B0444E. Grayscale: #999999. Windows color (decimal): -11551823 or 11647823. OLE color: 11647823.

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

Color convert

RGB79187177-
CMYK0.5800.050.27
HSL174.44º44.26%52.16%-
HSV(B)174.44º57.75%73.33%-
XYZ28.9340.3847.86-
YUV153.57141.2274.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.83%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=17.83%
G=42.21%
B=39.95%

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
Decimal791871770.5800.050.27174.4444.2652.16
Hex4FBBB13A051Bae2c34
Octal1172732617205332565464
Binary1001111101110111011000111101001011101110101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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