Html Css Color HEX #49EBA5 Shamrock

📋 copy color: '#49EBA5'

red 73 ◦ green 235 ◦ blue 165

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

Shades of Shamrock #49EBA5

Tints of Shamrock #49EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

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

R = 15.43%
G = 49.68%
B = 34.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#49EBA5 (or 0x49EBA5) is known color: Shamrock. HEX triplet: 49, EB and A5. RGB value is (73,235,165). Sum of RGB (Red+Green+Blue) = 73+235+165=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EBA5 is #B6145A. Grayscale: #B2B2B2. Windows color (decimal): -11932763 or 10873673. OLE color: 10873673.

HSL color Cylindrical-coordinate representation of color #49EBA5: hue angle of 154.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBA5 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 165 -
CMYK 0.69 0 0.30 0.08
HSL 154.07º 0.8% 0.6% -
HSV(B) 154.07º 0.69% 0.92% -
XYZ 39.25 63.55 45.8 -
YUV 178.58 120.33 52.69 -
System Red Green Blue C M Y K H S L
Decimal 73 235 165 0.69 0 0.30 0.08 154.07 0.8 0.6
Hex 49 EB A5 45 0 1E 8 9A 50 3C
Octal 111 353 245 105 0 36 10 232 120 74
Binary 1001001 11101011 10100101 1000101 0 11110 1000 10011010 1010000 111100

Color Harmonies of #49EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBA5

Black with #49EBA5

Text Example


Text Example

White with #49EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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