#44A06E

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

Shades of Ocean Green #44A06E

Tints of Ocean Green #44A06E

Color information

#44A06E (or 0x44A06E) is unknown color: approx Ocean Green. HEX triplet: 44, A0 and 6E. RGB value is (68,160,110). Sum of RGB (Red+Green+Blue) = 68+160+110=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #44A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A06E is #BB5F91. Grayscale: #7E7E7E. Windows color (decimal): -12279698 or 7249988. OLE color: 7249988.

HSL color Cylindrical-coordinate representation of color #44A06E: hue angle of 147.39º 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 #44A06E is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB68160110-
CMYK0.5700.310.37
HSL147.39º40.35%44.71%-
HSV(B)147.39º57.5%62.75%-
XYZ17.7727.519.12-
YUV126.79118.5286.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=20.12%
G=47.34%
B=32.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601100.5700.310.37147.3940.3544.71
Hex44A06E3901F2593282d
Octal10424015671037452235055
Binary100010010100000110111011100101111110010110010011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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