Html Css Color HEX #49BD9B Puerto Rico

📋 copy color: '#49BD9B'

red 73 ◦ green 189 ◦ blue 155

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

Shades of Puerto Rico #49BD9B

Tints of Puerto Rico #49BD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 17.51%
G = 45.32%
B = 37.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#49BD9B (or 0x49BD9B) is known color: Puerto Rico. HEX triplet: 49, BD and 9B. RGB value is (73,189,155). Sum of RGB (Red+Green+Blue) = 73+189+155=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD9B is #B64264. Grayscale: #969696. Windows color (decimal): -11944549 or 10206537. OLE color: 10206537.

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

Color convert

RGB 73 189 155 -
CMYK 0.61 0 0.18 0.26
HSL 162.41º 0.47% 0.51% -
HSV(B) 162.41º 0.61% 0.74% -
XYZ 26.86 40.18 37.35 -
YUV 150.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 73 189 155 0.61 0 0.18 0.26 162.41 0.47 0.51
Hex 49 BD 9B 3D 0 12 1A A2 2F 33
Octal 111 275 233 75 0 22 32 242 57 63
Binary 1001001 10111101 10011011 111101 0 10010 11010 10100010 101111 110011

Color Harmonies of #49BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD9B

Black with #49BD9B

Text Example


Text Example

White with #49BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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