#44AA6F

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

Shades of Ocean Green #44AA6F

Tints of Ocean Green #44AA6F

Color information

#44AA6F (or 0x44AA6F) is unknown color: approx Ocean Green. HEX triplet: 44, AA and 6F. RGB value is (68,170,111). Sum of RGB (Red+Green+Blue) = 68+170+111=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA6F is #BB5590. Grayscale: #848484. Windows color (decimal): -12277137 or 7318084. OLE color: 7318084.

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

Color convert

RGB68170111-
CMYK0.600.350.33
HSL145.29º42.86%46.67%-
HSV(B)145.29º60%66.67%-
XYZ19.6331.1320.01-
YUV132.78115.7181.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=19.48%
G=48.71%
B=31.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681701110.600.350.33145.2942.8646.67
Hex44AA6F3C02321912b2f
Octal10425215774043412215357
Binary1000100101010101101111111100010001110000110010001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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