Html Css Color HEX #49CAA9 Puerto Rico

📋 copy color: '#49CAA9'

red 73 ◦ green 202 ◦ blue 169

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

Shades of Puerto Rico #49CAA9

Tints of Puerto Rico #49CAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 16.44%
G = 45.5%
B = 38.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#49CAA9 (or 0x49CAA9) is known color: Puerto Rico. HEX triplet: 49, CA and A9. RGB value is (73,202,169). Sum of RGB (Red+Green+Blue) = 73+202+169=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CAA9 is #B63556. Grayscale: #9F9F9F. Windows color (decimal): -11941207 or 11127369. OLE color: 11127369.

HSL color Cylindrical-coordinate representation of color #49CAA9: hue angle of 164.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CAA9 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 169 -
CMYK 0.64 0 0.16 0.21
HSL 164.65º 0.55% 0.54% -
HSV(B) 164.65º 0.64% 0.79% -
XYZ 31.03 46.52 44.88 -
YUV 159.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 73 202 169 0.64 0 0.16 0.21 164.65 0.55 0.54
Hex 49 CA A9 40 0 10 15 A5 37 36
Octal 111 312 251 100 0 20 25 245 67 66
Binary 1001001 11001010 10101001 1000000 0 10000 10101 10100101 110111 110110

Color Harmonies of #49CAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAA9

Black with #49CAA9

Text Example


Text Example

White with #49CAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,169); }

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

background-color css

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

 a { background-color: rgb(73,202,169); }

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

border-color css

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

 span { border-color: rgb(73,202,169); }

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