#44AE76

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

Shades of Ocean Green #44AE76

Tints of Ocean Green #44AE76

Color information

#44AE76 (or 0x44AE76) is unknown color: approx Ocean Green. HEX triplet: 44, AE and 76. RGB value is (68,174,118). Sum of RGB (Red+Green+Blue) = 68+174+118=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AE76 is #BB5189. Grayscale: #888888. Windows color (decimal): -12276106 or 7777860. OLE color: 7777860.

HSL color Cylindrical-coordinate representation of color #44AE76: hue angle of 148.3º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE76 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB68174118-
CMYK0.6100.320.32
HSL148.3º43.8%47.45%-
HSV(B)148.3º60.92%68.24%-
XYZ20.7932.8122.38-
YUV135.92117.8879.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=18.89%
G=48.33%
B=32.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681741180.6100.320.32148.343.847.45
Hex44AE763D02020942c2f
Octal10425616675040402245457
Binary1000100101011101110110111101010000010000010010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,174,118); }

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

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

 a { background-color: rgb(68,174,118); }

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

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

 span { border-color: rgb(68,174,118); }

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