#4BB496

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

Shades of Puerto Rico #4BB496

Tints of Puerto Rico #4BB496

Color information

#4BB496 (or 0x4BB496) is unknown color: approx Puerto Rico. HEX triplet: 4B, B4 and 96. RGB value is (75,180,150). Sum of RGB (Red+Green+Blue) = 75+180+150=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB496 is #B44B69. Grayscale: #919191. Windows color (decimal): -11815786 or 9876555. OLE color: 9876555.

HSL color Cylindrical-coordinate representation of color #4BB496: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB496 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB75180150-
CMYK0.5800.170.29
HSL162.86º41.18%50%-
HSV(B)162.86º58.33%70.59%-
XYZ24.7336.3434.57-
YUV145.18130.7177.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.52%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801500.5800.170.29162.8641.1850
Hex4BB4963A0111Da32932
Octal11326422672021352435162
Binary100101110110100100101101110100100011110110100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,150); }

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

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

 a { background-color: rgb(75,180,150); }

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

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

 span { border-color: rgb(75,180,150); }

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