#44AC73

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

Shades of Ocean Green #44AC73

Tints of Ocean Green #44AC73

Color information

#44AC73 (or 0x44AC73) is unknown color: approx Ocean Green. HEX triplet: 44, AC and 73. RGB value is (68,172,115). Sum of RGB (Red+Green+Blue) = 68+172+115=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC73 is #BB538C. Grayscale: #868686. Windows color (decimal): -12276621 or 7580740. OLE color: 7580740.

HSL color Cylindrical-coordinate representation of color #44AC73: hue angle of 147.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AC73 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB68172115-
CMYK0.6000.330.33
HSL147.12º43.33%47.06%-
HSV(B)147.12º60.47%67.45%-
XYZ20.2331.9721.32-
YUV134.41117.0480.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=19.15%
G=48.45%
B=32.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681721150.6000.330.33147.1243.3347.06
Hex44AC733C02121932b2f
Octal10425416374041412235357
Binary1000100101011001110011111100010000110000110010011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,172,115); }

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

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

 a { background-color: rgb(68,172,115); }

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

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

 span { border-color: rgb(68,172,115); }

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