Html Css Color HEX #49BDAE Puerto Rico

📋 copy color: '#49BDAE'

red 73 ◦ green 189 ◦ blue 174

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

Shades of Puerto Rico #49BDAE

Tints of Puerto Rico #49BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 16.74%
G = 43.35%
B = 39.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#49BDAE (or 0x49BDAE) is known color: Puerto Rico. HEX triplet: 49, BD and AE. RGB value is (73,189,174). Sum of RGB (Red+Green+Blue) = 73+189+174=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDAE is #B64251. Grayscale: #989898. Windows color (decimal): -11944530 or 11451721. OLE color: 11451721.

HSL color Cylindrical-coordinate representation of color #49BDAE: hue angle of 172.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDAE is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 174 -
CMYK 0.61 0 0.08 0.26
HSL 172.24º 0.47% 0.51% -
HSV(B) 172.24º 0.61% 0.74% -
XYZ 28.59 40.87 46.43 -
YUV 152.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 73 189 174 0.61 0 0.08 0.26 172.24 0.47 0.51
Hex 49 BD AE 3D 0 8 1A AC 2F 33
Octal 111 275 256 75 0 10 32 254 57 63
Binary 1001001 10111101 10101110 111101 0 1000 11010 10101100 101111 110011

Color Harmonies of #49BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDAE

Black with #49BDAE

Text Example


Text Example

White with #49BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,174); }

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

background-color css

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

 a { background-color: rgb(73,189,174); }

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

border-color css

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

 span { border-color: rgb(73,189,174); }

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