Html Css Color HEX #49B99D Puerto Rico

📋 copy color: '#49B99D'

red 73 ◦ green 185 ◦ blue 157

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

Shades of Puerto Rico #49B99D

Tints of Puerto Rico #49B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 17.59%
G = 44.58%
B = 37.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#49B99D (or 0x49B99D) is known color: Puerto Rico. HEX triplet: 49, B9 and 9D. RGB value is (73,185,157). Sum of RGB (Red+Green+Blue) = 73+185+157=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #49B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B99D is #B64662. Grayscale: #949494. Windows color (decimal): -11945571 or 10336585. OLE color: 10336585.

HSL color Cylindrical-coordinate representation of color #49B99D: hue angle of 165º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B99D is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 157 -
CMYK 0.61 0 0.15 0.27
HSL 165º 0.44% 0.51% -
HSV(B) 165º 0.61% 0.73% -
XYZ 26.18 38.55 37.96 -
YUV 148.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 73 185 157 0.61 0 0.15 0.27 165 0.44 0.51
Hex 49 B9 9D 3D 0 F 1B A5 2C 33
Octal 111 271 235 75 0 17 33 245 54 63
Binary 1001001 10111001 10011101 111101 0 1111 11011 10100101 101100 110011

Color Harmonies of #49B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B99D

Black with #49B99D

Text Example


Text Example

White with #49B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,157); }

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

background-color css

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

 a { background-color: rgb(73,185,157); }

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

border-color css

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

 span { border-color: rgb(73,185,157); }

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