Html Css Color HEX #49C4AF Puerto Rico

📋 copy color: '#49C4AF'

red 73 ◦ green 196 ◦ blue 175

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

Shades of Puerto Rico #49C4AF

Tints of Puerto Rico #49C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.14%

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 16.44%
G = 44.14%
B = 39.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#49C4AF (or 0x49C4AF) is known color: Puerto Rico. HEX triplet: 49, C4 and AF. RGB value is (73,196,175). Sum of RGB (Red+Green+Blue) = 73+196+175=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #49C4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C4AF is #B63B50. Grayscale: #9C9C9C. Windows color (decimal): -11942737 or 11519049. OLE color: 11519049.

HSL color Cylindrical-coordinate representation of color #49C4AF: hue angle of 169.76º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C4AF is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 175 -
CMYK 0.63 0 0.11 0.23
HSL 169.76º 0.51% 0.53% -
HSV(B) 169.76º 0.63% 0.77% -
XYZ 30.23 43.99 47.46 -
YUV 156.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 73 196 175 0.63 0 0.11 0.23 169.76 0.51 0.53
Hex 49 C4 AF 3F 0 B 17 AA 33 35
Octal 111 304 257 77 0 13 27 252 63 65
Binary 1001001 11000100 10101111 111111 0 1011 10111 10101010 110011 110101

Color Harmonies of #49C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C4AF

Black with #49C4AF

Text Example


Text Example

White with #49C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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