Html Css Color HEX #49CA8E Shamrock

📋 copy color: '#49CA8E'

red 73 ◦ green 202 ◦ blue 142

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

Shades of Shamrock #49CA8E

Tints of Shamrock #49CA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.44%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 17.51%
G = 48.44%
B = 34.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#49CA8E (or 0x49CA8E) is known color: Shamrock. HEX triplet: 49, CA and 8E. RGB value is (73,202,142). Sum of RGB (Red+Green+Blue) = 73+202+142=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA8E is #B63571. Grayscale: #9C9C9C. Windows color (decimal): -11941234 or 9357897. OLE color: 9357897.

HSL color Cylindrical-coordinate representation of color #49CA8E: hue angle of 152.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA8E is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 142 -
CMYK 0.64 0 0.30 0.21
HSL 152.09º 0.55% 0.54% -
HSV(B) 152.09º 0.64% 0.79% -
XYZ 28.75 45.61 32.88 -
YUV 156.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 73 202 142 0.64 0 0.30 0.21 152.09 0.55 0.54
Hex 49 CA 8E 40 0 1E 15 98 37 36
Octal 111 312 216 100 0 36 25 230 67 66
Binary 1001001 11001010 10001110 1000000 0 11110 10101 10011000 110111 110110

Color Harmonies of #49CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA8E

Black with #49CA8E

Text Example


Text Example

White with #49CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,142); }

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

background-color css

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

 a { background-color: rgb(73,202,142); }

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

border-color css

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

 span { border-color: rgb(73,202,142); }

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