Html Css Color HEX #49B9A1 Puerto Rico

📋 copy color: '#49B9A1'

red 73 ◦ green 185 ◦ blue 161

#49B9A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #49B9A1

Tints of Puerto Rico #49B9A1

RGB

 RED value IS 73 (28.91% from 255) = 17.42%

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 17.42%
G = 44.15%
B = 38.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#49B9A1 (or 0x49B9A1) is known color: Puerto Rico. HEX triplet: 49, B9 and A1. RGB value is (73,185,161). Sum of RGB (Red+Green+Blue) = 73+185+161=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #49B9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B9A1 is #B6465E. Grayscale: #949494. Windows color (decimal): -11945567 or 10598729. OLE color: 10598729.

HSL color Cylindrical-coordinate representation of color #49B9A1: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B9A1 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 161 -
CMYK 0.61 0 0.13 0.27
HSL 167.14º 0.44% 0.51% -
HSV(B) 167.14º 0.61% 0.73% -
XYZ 26.53 38.69 39.79 -
YUV 148.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 73 185 161 0.61 0 0.13 0.27 167.14 0.44 0.51
Hex 49 B9 A1 3D 0 D 1B A7 2C 33
Octal 111 271 241 75 0 15 33 247 54 63
Binary 1001001 10111001 10100001 111101 0 1101 11011 10100111 101100 110011

Color Harmonies of #49B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B9A1

Black with #49B9A1

Text Example


Text Example

White with #49B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,161); }

 H1.HeaderClassName
 {
   color: #49B9A1;
 }
 .AnyTagClassName
 {
   color: #49B9A1;
 }
</style>

background-color css

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

 a { background-color: rgb(73,185,161); }

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

border-color css

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

 span { border-color: rgb(73,185,161); }

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