Html Css Color HEX #49C7AA Puerto Rico

📋 copy color: '#49C7AA'

red 73 ◦ green 199 ◦ blue 170

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

Shades of Puerto Rico #49C7AA

Tints of Puerto Rico #49C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 16.52%
G = 45.02%
B = 38.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#49C7AA (or 0x49C7AA) is known color: Puerto Rico. HEX triplet: 49, C7 and AA. RGB value is (73,199,170). Sum of RGB (Red+Green+Blue) = 73+199+170=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #49C7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C7AA is #B63855. Grayscale: #9E9E9E. Windows color (decimal): -11941974 or 11192137. OLE color: 11192137.

HSL color Cylindrical-coordinate representation of color #49C7AA: hue angle of 166.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C7AA is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 199 170 -
CMYK 0.63 0 0.15 0.22
HSL 166.19º 0.53% 0.53% -
HSV(B) 166.19º 0.63% 0.78% -
XYZ 30.43 45.17 45.14 -
YUV 158.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 73 199 170 0.63 0 0.15 0.22 166.19 0.53 0.53
Hex 49 C7 AA 3F 0 F 16 A6 35 35
Octal 111 307 252 77 0 17 26 246 65 65
Binary 1001001 11000111 10101010 111111 0 1111 10110 10100110 110101 110101

Color Harmonies of #49C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C7AA

Black with #49C7AA

Text Example


Text Example

White with #49C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,199,170); }

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

background-color css

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

 a { background-color: rgb(73,199,170); }

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

border-color css

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

 span { border-color: rgb(73,199,170); }

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