Html Css Color HEX #49BDAB Puerto Rico

📋 copy color: '#49BDAB'

red 73 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #49BDAB

Tints of Puerto Rico #49BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 16.86%
G = 43.65%
B = 39.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#49BDAB (or 0x49BDAB) is known color: Puerto Rico. HEX triplet: 49, BD and AB. RGB value is (73,189,171). Sum of RGB (Red+Green+Blue) = 73+189+171=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDAB is #B64254. Grayscale: #989898. Windows color (decimal): -11944533 or 11255113. OLE color: 11255113.

HSL color Cylindrical-coordinate representation of color #49BDAB: hue angle of 170.69º 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 #49BDAB is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 171 -
CMYK 0.61 0 0.10 0.26
HSL 170.69º 0.47% 0.51% -
HSV(B) 170.69º 0.61% 0.74% -
XYZ 28.3 40.75 44.9 -
YUV 152.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 73 189 171 0.61 0 0.10 0.26 170.69 0.47 0.51
Hex 49 BD AB 3D 0 A 1A AB 2F 33
Octal 111 275 253 75 0 12 32 253 57 63
Binary 1001001 10111101 10101011 111101 0 1010 11010 10101011 101111 110011

Color Harmonies of #49BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDAB

Black with #49BDAB

Text Example


Text Example

White with #49BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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