Html Css Color HEX #49AF96 Puerto Rico

📋 copy color: '#49AF96'

red 73 ◦ green 175 ◦ blue 150

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

Shades of Puerto Rico #49AF96

Tints of Puerto Rico #49AF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.97%

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 18.34%
G = 43.97%
B = 37.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#49AF96 (or 0x49AF96) is known color: Puerto Rico. HEX triplet: 49, AF and 96. RGB value is (73,175,150). Sum of RGB (Red+Green+Blue) = 73+175+150=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF96 is #B65069. Grayscale: #8D8D8D. Windows color (decimal): -11948138 or 9875273. OLE color: 9875273.

HSL color Cylindrical-coordinate representation of color #49AF96: hue angle of 165.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF96 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 150 -
CMYK 0.58 0 0.14 0.31
HSL 165.29º 0.41% 0.49% -
HSV(B) 165.29º 0.58% 0.69% -
XYZ 23.58 34.28 34.23 -
YUV 141.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 73 175 150 0.58 0 0.14 0.31 165.29 0.41 0.49
Hex 49 AF 96 3A 0 E 1F A5 29 31
Octal 111 257 226 72 0 16 37 245 51 61
Binary 1001001 10101111 10010110 111010 0 1110 11111 10100101 101001 110001

Color Harmonies of #49AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF96

Black with #49AF96

Text Example


Text Example

White with #49AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,150); }

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

background-color css

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

 a { background-color: rgb(73,175,150); }

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

border-color css

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

 span { border-color: rgb(73,175,150); }

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