Html Css Color HEX #49B5AD Puerto Rico

📋 copy color: '#49B5AD'

red 73 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #49B5AD

Tints of Puerto Rico #49B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 17.1%
G = 42.39%
B = 40.52%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#49B5AD (or 0x49B5AD) is known color: Puerto Rico. HEX triplet: 49, B5 and AD. RGB value is (73,181,173). Sum of RGB (Red+Green+Blue) = 73+181+173=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #49B5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B5AD is #B64A52. Grayscale: #939393. Windows color (decimal): -11946579 or 11384137. OLE color: 11384137.

HSL color Cylindrical-coordinate representation of color #49B5AD: hue angle of 175.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B5AD is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 181 173 -
CMYK 0.60 0 0.04 0.29
HSL 175.56º 0.43% 0.5% -
HSV(B) 175.56º 0.6% 0.71% -
XYZ 26.81 37.48 45.36 -
YUV 147.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 73 181 173 0.60 0 0.04 0.29 175.56 0.43 0.5
Hex 49 B5 AD 3C 0 4 1D B0 2B 32
Octal 111 265 255 74 0 4 35 260 53 62
Binary 1001001 10110101 10101101 111100 0 100 11101 10110000 101011 110010

Color Harmonies of #49B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B5AD

Black with #49B5AD

Text Example


Text Example

White with #49B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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