Html Css Color HEX #49C8AD Puerto Rico

📋 copy color: '#49C8AD'

red 73 ◦ green 200 ◦ blue 173

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

Shades of Puerto Rico #49C8AD

Tints of Puerto Rico #49C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 16.37%
G = 44.84%
B = 38.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#49C8AD (or 0x49C8AD) is known color: Puerto Rico. HEX triplet: 49, C8 and AD. RGB value is (73,200,173). Sum of RGB (Red+Green+Blue) = 73+200+173=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #49C8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C8AD is #B63752. Grayscale: #9E9E9E. Windows color (decimal): -11941715 or 11389001. OLE color: 11389001.

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

Color convert

RGB 73 200 173 -
CMYK 0.64 0 0.14 0.22
HSL 167.24º 0.54% 0.54% -
HSV(B) 167.24º 0.64% 0.78% -
XYZ 30.94 45.74 46.73 -
YUV 158.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 73 200 173 0.64 0 0.14 0.22 167.24 0.54 0.54
Hex 49 C8 AD 40 0 E 16 A7 36 36
Octal 111 310 255 100 0 16 26 247 66 66
Binary 1001001 11001000 10101101 1000000 0 1110 10110 10100111 110110 110110

Color Harmonies of #49C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C8AD

Black with #49C8AD

Text Example


Text Example

White with #49C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,173); }

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

background-color css

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

 a { background-color: rgb(73,200,173); }

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

border-color css

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

 span { border-color: rgb(73,200,173); }

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