#49B99C

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

Shades of Puerto Rico #49B99C

Tints of Puerto Rico #49B99C

Color information

#49B99C (or 0x49B99C) is unknown color: approx Puerto Rico. HEX triplet: 49, B9 and 9C. RGB value is (73,185,156). Sum of RGB (Red+Green+Blue) = 73+185+156=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #49B99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B99C is #B64663. Grayscale: #949494. Windows color (decimal): -11945572 or 10271049. OLE color: 10271049.

HSL color Cylindrical-coordinate representation of color #49B99C: hue angle of 164.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B99C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB73185156-
CMYK0.6100.160.27
HSL164.46º44.44%50.59%-
HSV(B)164.46º60.54%72.55%-
XYZ26.138.5137.51-
YUV148.21132.3974.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=17.63%
G=44.69%
B=37.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731851560.6100.160.27164.4644.4450.59
Hex49B99C3D0101Ba42c33
Octal11127123475020332445463
Binary100100110111001100111001111010100001101110100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B99C; }

 p { color: rgb(73,185,156); }

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

<style>
 a { background-color: #49B99C; }

 a { background-color: rgb(73,185,156); }

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

<style>
 span { border-color: #49B99C; }

 span { border-color: rgb(73,185,156); }

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