#49B198

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

Shades of Puerto Rico #49B198

Tints of Puerto Rico #49B198

Color information

#49B198 (or 0x49B198) is unknown color: approx Puerto Rico. HEX triplet: 49, B1 and 98. RGB value is (73,177,152). Sum of RGB (Red+Green+Blue) = 73+177+152=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #49B198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B198 is #B64E67. Grayscale: #8F8F8F. Windows color (decimal): -11947624 or 10006857. OLE color: 10006857.

HSL color Cylindrical-coordinate representation of color #49B198: hue angle of 165.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B198 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB73177152-
CMYK0.5900.140.31
HSL165.58º41.6%49.02%-
HSV(B)165.58º58.76%69.41%-
XYZ24.1435.1335.21-
YUV143.05133.0478.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.16%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=18.16%
G=44.03%
B=37.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771520.5900.140.31165.5841.649.02
Hex49B1983B0E1Fa62a31
Octal11126123073016372465261
Binary10010011011000110011000111011011101111110100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,152); }

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

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

 a { background-color: rgb(73,177,152); }

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

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

 span { border-color: rgb(73,177,152); }

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