#49BDA3

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

Shades of Puerto Rico #49BDA3

Tints of Puerto Rico #49BDA3

Color information

#49BDA3 (or 0x49BDA3) is unknown color: approx Puerto Rico. HEX triplet: 49, BD and A3. RGB value is (73,189,163). Sum of RGB (Red+Green+Blue) = 73+189+163=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA3 is #B6425C. Grayscale: #979797. Windows color (decimal): -11944541 or 10730825. OLE color: 10730825.

HSL color Cylindrical-coordinate representation of color #49BDA3: hue angle of 166.55º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDA3 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB73189163-
CMYK0.6100.140.26
HSL166.55º46.77%51.37%-
HSV(B)166.55º61.38%74.12%-
XYZ27.5640.4641.01-
YUV151.35134.5772.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.18%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=17.18%
G=44.47%
B=38.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731891630.6100.140.26166.5546.7751.37
Hex49BDA33D0E1Aa72f33
Octal11127524375016322475763
Binary10010011011110110100011111101011101101010100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,189,163); }

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

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

 a { background-color: rgb(73,189,163); }

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

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

 span { border-color: rgb(73,189,163); }

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