#44A079

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

Shades of Ocean Green #44A079

Tints of Ocean Green #44A079

Color information

#44A079 (or 0x44A079) is unknown color: approx Ocean Green. HEX triplet: 44, A0 and 79. RGB value is (68,160,121). Sum of RGB (Red+Green+Blue) = 68+160+121=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #44A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A079 is #BB5F86. Grayscale: #808080. Windows color (decimal): -12279687 or 7970884. OLE color: 7970884.

HSL color Cylindrical-coordinate representation of color #44A079: hue angle of 154.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A079 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB68160121-
CMYK0.5700.240.37
HSL154.57º40.35%44.71%-
HSV(B)154.57º57.5%62.75%-
XYZ18.4127.7522.48-
YUV128.05124.0285.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=19.48%
G=45.85%
B=34.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601210.5700.240.37154.5740.3544.71
Hex44A07939018259b282d
Octal10424017171030452335055
Binary100010010100000111100111100101100010010110011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,121); }

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

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

 a { background-color: rgb(68,160,121); }

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

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

 span { border-color: rgb(68,160,121); }

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