#49AB98

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

Shades of Puerto Rico #49AB98

Tints of Puerto Rico #49AB98

Color information

#49AB98 (or 0x49AB98) is unknown color: approx Puerto Rico. HEX triplet: 49, AB and 98. RGB value is (73,171,152). Sum of RGB (Red+Green+Blue) = 73+171+152=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB98 is #B65467. Grayscale: #8B8B8B. Windows color (decimal): -11949160 or 10005321. OLE color: 10005321.

HSL color Cylindrical-coordinate representation of color #49AB98: hue angle of 168.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB98 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB73171152-
CMYK0.5700.110.33
HSL168.37º40.16%47.84%-
HSV(B)168.37º57.31%67.06%-
XYZ22.9832.8134.83-
YUV139.53135.0380.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=18.43%
G=43.18%
B=38.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711520.5700.110.33168.3740.1647.84
Hex49AB98390B21a82830
Octal11125323071013412505060
Binary100100110101011100110001110010101110000110101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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