Html Css Color HEX #49BEA2 Puerto Rico

📋 copy color: '#49BEA2'

red 73 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #49BEA2

Tints of Puerto Rico #49BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 17.18%
G = 44.71%
B = 38.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#49BEA2 (or 0x49BEA2) is known color: Puerto Rico. HEX triplet: 49, BE and A2. RGB value is (73,190,162). Sum of RGB (Red+Green+Blue) = 73+190+162=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BEA2 is #B6415D. Grayscale: #979797. Windows color (decimal): -11944286 or 10665545. OLE color: 10665545.

HSL color Cylindrical-coordinate representation of color #49BEA2: hue angle of 165.64º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEA2 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 162 -
CMYK 0.62 0 0.15 0.25
HSL 165.64º 0.47% 0.52% -
HSV(B) 165.64º 0.62% 0.75% -
XYZ 27.68 40.85 40.61 -
YUV 151.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 73 190 162 0.62 0 0.15 0.25 165.64 0.47 0.52
Hex 49 BE A2 3E 0 F 19 A6 2F 34
Octal 111 276 242 76 0 17 31 246 57 64
Binary 1001001 10111110 10100010 111110 0 1111 11001 10100110 101111 110100

Color Harmonies of #49BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEA2

Black with #49BEA2

Text Example


Text Example

White with #49BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,162); }

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

background-color css

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

 a { background-color: rgb(73,190,162); }

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

border-color css

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

 span { border-color: rgb(73,190,162); }

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