Html Css Color HEX #44D68A Emerald

📋 copy color: '#44D68A'

red 68 ◦ green 214 ◦ blue 138

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

Shades of Emerald #44D68A

Tints of Emerald #44D68A

RGB

 RED value IS 68 (26.95% from 255) = 16.19%

 GREEN value IS 214 (83.98% from 255) = 50.95%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 16.19%
G = 50.95%
B = 32.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#44D68A (or 0x44D68A) is known color: Emerald. HEX triplet: 44, D6 and 8A. RGB value is (68,214,138). Sum of RGB (Red+Green+Blue) = 68+214+138=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #44D68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D68A is #BB2975. Grayscale: #A1A1A1. Windows color (decimal): -12265846 or 9098820. OLE color: 9098820.

HSL color Cylindrical-coordinate representation of color #44D68A: hue angle of 148.77º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D68A is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 214 138 -
CMYK 0.68 0 0.36 0.16
HSL 148.77º 0.64% 0.55% -
HSV(B) 148.77º 0.68% 0.84% -
XYZ 31.02 51.16 32.28 -
YUV 161.68 114.63 61.18 -
System Red Green Blue C M Y K H S L
Decimal 68 214 138 0.68 0 0.36 0.16 148.77 0.64 0.55
Hex 44 D6 8A 44 0 24 10 95 40 37
Octal 104 326 212 104 0 44 20 225 100 67
Binary 1000100 11010110 10001010 1000100 0 100100 10000 10010101 1000000 110111

Color Harmonies of #44D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D68A

Black with #44D68A

Text Example


Text Example

White with #44D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44D68A; }

 p { color: rgb(68,214,138); }

 H1.HeaderClassName
 {
   color: #44D68A;
 }
 .AnyTagClassName
 {
   color: #44D68A;
 }
</style>

background-color css

<style>
 a { background-color: #44D68A; }

 a { background-color: rgb(68,214,138); }

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

border-color css

<style>
 span { border-color: #44D68A; }

 span { border-color: rgb(68,214,138); }

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