#49C69D

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

Shades of Puerto Rico #49C69D

Tints of Puerto Rico #49C69D

Color information

#49C69D (or 0x49C69D) is unknown color: approx Puerto Rico. HEX triplet: 49, C6 and 9D. RGB value is (73,198,157). Sum of RGB (Red+Green+Blue) = 73+198+157=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #49C69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C69D is #B63962. Grayscale: #9B9B9B. Windows color (decimal): -11942243 or 10339913. OLE color: 10339913.

HSL color Cylindrical-coordinate representation of color #49C69D: hue angle of 160.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C69D is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB73198157-
CMYK0.6300.210.22
HSL160.32º52.3%53.14%-
HSV(B)160.32º63.13%77.65%-
XYZ29.0344.2438.91-
YUV155.95128.5968.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=17.06%
G=46.26%
B=36.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731981570.6300.210.22160.3252.353.14
Hex49C69D3F01516a03435
Octal11130623577025262406465
Binary100100111000110100111011111110101011011010100000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,157); }

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

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

 a { background-color: rgb(73,198,157); }

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

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

 span { border-color: rgb(73,198,157); }

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