Html Css Color HEX #49CCAB Puerto Rico

📋 copy color: '#49CCAB'

red 73 ◦ green 204 ◦ blue 171

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

Shades of Puerto Rico #49CCAB

Tints of Puerto Rico #49CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 16.29%
G = 45.54%
B = 38.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#49CCAB (or 0x49CCAB) is known color: Puerto Rico. HEX triplet: 49, CC and AB. RGB value is (73,204,171). Sum of RGB (Red+Green+Blue) = 73+204+171=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CCAB is #B63354. Grayscale: #A1A1A1. Windows color (decimal): -11940693 or 11258953. OLE color: 11258953.

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

Color convert

RGB 73 204 171 -
CMYK 0.64 0 0.16 0.2
HSL 164.89º 0.56% 0.54% -
HSV(B) 164.89º 0.64% 0.8% -
XYZ 31.69 47.54 46.03 -
YUV 161.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 73 204 171 0.64 0 0.16 0.2 164.89 0.56 0.54
Hex 49 CC AB 40 0 10 14 A5 38 36
Octal 111 314 253 100 0 20 24 245 70 66
Binary 1001001 11001100 10101011 1000000 0 10000 10100 10100101 111000 110110

Color Harmonies of #49CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCAB

Black with #49CCAB

Text Example


Text Example

White with #49CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,171); }

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

background-color css

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

 a { background-color: rgb(73,204,171); }

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

border-color css

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

 span { border-color: rgb(73,204,171); }

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