Html Css Color HEX #49CEAD Puerto Rico

📋 copy color: '#49CEAD'

red 73 ◦ green 206 ◦ blue 173

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

Shades of Puerto Rico #49CEAD

Tints of Puerto Rico #49CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 16.15%
G = 45.58%
B = 38.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#49CEAD (or 0x49CEAD) is known color: Puerto Rico. HEX triplet: 49, CE and AD. RGB value is (73,206,173). Sum of RGB (Red+Green+Blue) = 73+206+173=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAD is #B63152. Grayscale: #A2A2A2. Windows color (decimal): -11940179 or 11390537. OLE color: 11390537.

HSL color Cylindrical-coordinate representation of color #49CEAD: hue angle of 165.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEAD is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 173 -
CMYK 0.65 0 0.16 0.19
HSL 165.11º 0.58% 0.55% -
HSV(B) 165.11º 0.65% 0.81% -
XYZ 32.36 48.58 47.21 -
YUV 162.47 133.94 64.18 -
System Red Green Blue C M Y K H S L
Decimal 73 206 173 0.65 0 0.16 0.19 165.11 0.58 0.55
Hex 49 CE AD 41 0 10 13 A5 3A 37
Octal 111 316 255 101 0 20 23 245 72 67
Binary 1001001 11001110 10101101 1000001 0 10000 10011 10100101 111010 110111

Color Harmonies of #49CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEAD

Black with #49CEAD

Text Example


Text Example

White with #49CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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