Html Css Color HEX #49CDAB Puerto Rico

📋 copy color: '#49CDAB'

red 73 ◦ green 205 ◦ blue 171

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

Shades of Puerto Rico #49CDAB

Tints of Puerto Rico #49CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

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

R = 16.26%
G = 45.66%
B = 38.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#49CDAB (or 0x49CDAB) is known color: Puerto Rico. HEX triplet: 49, CD and AB. RGB value is (73,205,171). Sum of RGB (Red+Green+Blue) = 73+205+171=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDAB is #B63254. Grayscale: #A1A1A1. Windows color (decimal): -11940437 or 11259209. OLE color: 11259209.

HSL color Cylindrical-coordinate representation of color #49CDAB: hue angle of 164.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDAB is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 171 -
CMYK 0.64 0 0.17 0.20
HSL 164.55º 0.57% 0.55% -
HSV(B) 164.55º 0.64% 0.8% -
XYZ 31.93 48.02 46.11 -
YUV 161.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 73 205 171 0.64 0 0.17 0.20 164.55 0.57 0.55
Hex 49 CD AB 40 0 11 14 A5 39 37
Octal 111 315 253 100 0 21 24 245 71 67
Binary 1001001 11001101 10101011 1000000 0 10001 10100 10100101 111001 110111

Color Harmonies of #49CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDAB

Black with #49CDAB

Text Example


Text Example

White with #49CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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