#44CB7B

Color #44CB7B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #44CB7B

Tints of Emerald #44CB7B

Color information

#44CB7B (or 0x44CB7B) is unknown color: approx Emerald. HEX triplet: 44, CB and 7B. RGB value is (68,203,123). Sum of RGB (Red+Green+Blue) = 68+203+123=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CB7B is #BB3484. Grayscale: #999999. Windows color (decimal): -12268677 or 8112964. OLE color: 8112964.

HSL color Cylindrical-coordinate representation of color #44CB7B: hue angle of 144.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CB7B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB68203123-
CMYK0.6700.390.20
HSL144.44º56.49%53.14%-
HSV(B)144.44º66.5%79.61%-
XYZ27.3145.3726.06-
YUV153.51110.7767-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=17.26%
G=51.52%
B=31.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031230.6700.390.20144.4456.4953.14
Hex44CB7B4302714903835
Octal104313173103047242207065
Binary1000100110010111111011100001101001111010010010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,203,123); }

 H1.HeaderClassName
 {
   color: #44CB7B;
 }
 .AnyTagClassName
 {
   color: #44CB7B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,203,123); }

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

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

 span { border-color: rgb(68,203,123); }

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