#49AF98

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

Shades of Puerto Rico #49AF98

Tints of Puerto Rico #49AF98

Color information

#49AF98 (or 0x49AF98) is unknown color: approx Puerto Rico. HEX triplet: 49, AF and 98. RGB value is (73,175,152). Sum of RGB (Red+Green+Blue) = 73+175+152=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF98 is #B65067. Grayscale: #8D8D8D. Windows color (decimal): -11948136 or 10006345. OLE color: 10006345.

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

Color convert

RGB73175152-
CMYK0.5800.130.31
HSL166.47º41.13%48.63%-
HSV(B)166.47º58.29%68.63%-
XYZ23.7534.3435.08-
YUV141.88133.7178.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=18.25%
G=43.75%
B=38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751520.5800.130.31166.4741.1348.63
Hex49AF983A0D1Fa62931
Octal11125723072015372465161
Binary10010011010111110011000111010011011111110100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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