#44AA6C

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

Shades of Ocean Green #44AA6C

Tints of Ocean Green #44AA6C

Color information

#44AA6C (or 0x44AA6C) is unknown color: approx Ocean Green. HEX triplet: 44, AA and 6C. RGB value is (68,170,108). Sum of RGB (Red+Green+Blue) = 68+170+108=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA6C is #BB5593. Grayscale: #848484. Windows color (decimal): -12277140 or 7121476. OLE color: 7121476.

HSL color Cylindrical-coordinate representation of color #44AA6C: hue angle of 143.53º 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 #44AA6C is Cyan = 0.6, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB68170108-
CMYK0.600.360.33
HSL143.53º42.86%46.67%-
HSV(B)143.53º60%66.67%-
XYZ19.4731.0619.16-
YUV132.43114.2182.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=19.65%
G=49.13%
B=31.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681701080.600.360.33143.5342.8646.67
Hex44AA6C3C02421902b2f
Octal10425215474044412205357
Binary1000100101010101101100111100010010010000110010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,108); }

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

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

 a { background-color: rgb(68,170,108); }

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

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

 span { border-color: rgb(68,170,108); }

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