#49B89C

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

Shades of Puerto Rico #49B89C

Tints of Puerto Rico #49B89C

Color information

#49B89C (or 0x49B89C) is unknown color: approx Puerto Rico. HEX triplet: 49, B8 and 9C. RGB value is (73,184,156). Sum of RGB (Red+Green+Blue) = 73+184+156=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #49B89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B89C is #B64763. Grayscale: #939393. Windows color (decimal): -11945828 or 10270793. OLE color: 10270793.

HSL color Cylindrical-coordinate representation of color #49B89C: hue angle of 164.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B89C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB73184156-
CMYK0.6000.150.28
HSL164.86º43.87%50.39%-
HSV(B)164.86º60.33%72.16%-
XYZ25.8938.137.44-
YUV147.62132.7374.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 184 (72.27% from 255) = 44.55%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=17.68%
G=44.55%
B=37.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731841560.6000.150.28164.8643.8750.39
Hex49B89C3C0F1Ca52c32
Octal11127023474017342455462
Binary10010011011100010011100111100011111110010100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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