Html Css Color HEX #49AD9F Puerto Rico

📋 copy color: '#49AD9F'

red 73 ◦ green 173 ◦ blue 159

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

Shades of Puerto Rico #49AD9F

Tints of Puerto Rico #49AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.72%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 18.02%
G = 42.72%
B = 39.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#49AD9F (or 0x49AD9F) is known color: Puerto Rico. HEX triplet: 49, AD and 9F. RGB value is (73,173,159). Sum of RGB (Red+Green+Blue) = 73+173+159=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AD9F is #B65260. Grayscale: #8D8D8D. Windows color (decimal): -11948641 or 10464585. OLE color: 10464585.

HSL color Cylindrical-coordinate representation of color #49AD9F: hue angle of 171.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD9F is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 159 -
CMYK 0.58 0 0.08 0.32
HSL 171.6º 0.41% 0.48% -
HSV(B) 171.6º 0.58% 0.68% -
XYZ 23.95 33.81 38.06 -
YUV 141.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 73 173 159 0.58 0 0.08 0.32 171.6 0.41 0.48
Hex 49 AD 9F 3A 0 8 20 AC 29 30
Octal 111 255 237 72 0 10 40 254 51 60
Binary 1001001 10101101 10011111 111010 0 1000 100000 10101100 101001 110000

Color Harmonies of #49AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD9F

Black with #49AD9F

Text Example


Text Example

White with #49AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,159); }

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

background-color css

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

 a { background-color: rgb(73,173,159); }

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

border-color css

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

 span { border-color: rgb(73,173,159); }

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