Html Css Color HEX #49C2A5 Puerto Rico

📋 copy color: '#49C2A5'

red 73 ◦ green 194 ◦ blue 165

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

Shades of Puerto Rico #49C2A5

Tints of Puerto Rico #49C2A5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 16.9%
G = 44.91%
B = 38.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#49C2A5 (or 0x49C2A5) is known color: Puerto Rico. HEX triplet: 49, C2 and A5. RGB value is (73,194,165). Sum of RGB (Red+Green+Blue) = 73+194+165=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2A5 is #B63D5A. Grayscale: #9A9A9A. Windows color (decimal): -11943259 or 10863177. OLE color: 10863177.

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

Color convert

RGB 73 194 165 -
CMYK 0.62 0 0.15 0.24
HSL 165.62º 0.5% 0.52% -
HSV(B) 165.62º 0.62% 0.76% -
XYZ 28.83 42.72 42.32 -
YUV 154.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 73 194 165 0.62 0 0.15 0.24 165.62 0.5 0.52
Hex 49 C2 A5 3E 0 F 18 A6 32 34
Octal 111 302 245 76 0 17 30 246 62 64
Binary 1001001 11000010 10100101 111110 0 1111 11000 10100110 110010 110100

Color Harmonies of #49C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2A5

Black with #49C2A5

Text Example


Text Example

White with #49C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,165); }

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

background-color css

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

 a { background-color: rgb(73,194,165); }

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

border-color css

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

 span { border-color: rgb(73,194,165); }

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