Html Css Color HEX #49BD9C Puerto Rico

📋 copy color: '#49BD9C'

red 73 ◦ green 189 ◦ blue 156

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

Shades of Puerto Rico #49BD9C

Tints of Puerto Rico #49BD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 17.46%
G = 45.22%
B = 37.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#49BD9C (or 0x49BD9C) is known color: Puerto Rico. HEX triplet: 49, BD and 9C. RGB value is (73,189,156). Sum of RGB (Red+Green+Blue) = 73+189+156=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD9C is #B64263. Grayscale: #969696. Windows color (decimal): -11944548 or 10272073. OLE color: 10272073.

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

Color convert

RGB 73 189 156 -
CMYK 0.61 0 0.17 0.26
HSL 162.93º 0.47% 0.51% -
HSV(B) 162.93º 0.61% 0.74% -
XYZ 26.95 40.21 37.79 -
YUV 150.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 73 189 156 0.61 0 0.17 0.26 162.93 0.47 0.51
Hex 49 BD 9C 3D 0 11 1A A3 2F 33
Octal 111 275 234 75 0 21 32 243 57 63
Binary 1001001 10111101 10011100 111101 0 10001 11010 10100011 101111 110011

Color Harmonies of #49BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD9C

Black with #49BD9C

Text Example


Text Example

White with #49BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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