Html Css Color HEX #49CFA6 Shamrock

📋 copy color: '#49CFA6'

red 73 ◦ green 207 ◦ blue 166

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

Shades of Shamrock #49CFA6

Tints of Shamrock #49CFA6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 16.37%
G = 46.41%
B = 37.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#49CFA6 (or 0x49CFA6) is known color: Shamrock. HEX triplet: 49, CF and A6. RGB value is (73,207,166). Sum of RGB (Red+Green+Blue) = 73+207+166=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CFA6 is #B63059. Grayscale: #A2A2A2. Windows color (decimal): -11939930 or 10932041. OLE color: 10932041.

HSL color Cylindrical-coordinate representation of color #49CFA6: hue angle of 161.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFA6 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 166 -
CMYK 0.65 0 0.20 0.19
HSL 161.64º 0.58% 0.55% -
HSV(B) 161.64º 0.65% 0.81% -
XYZ 31.94 48.8 43.81 -
YUV 162.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 73 207 166 0.65 0 0.20 0.19 161.64 0.58 0.55
Hex 49 CF A6 41 0 14 13 A2 3A 37
Octal 111 317 246 101 0 24 23 242 72 67
Binary 1001001 11001111 10100110 1000001 0 10100 10011 10100010 111010 110111

Color Harmonies of #49CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFA6

Black with #49CFA6

Text Example


Text Example

White with #49CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,166); }

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

background-color css

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

 a { background-color: rgb(73,207,166); }

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

border-color css

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

 span { border-color: rgb(73,207,166); }

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