#44A070

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

Shades of Ocean Green #44A070

Tints of Ocean Green #44A070

Color information

#44A070 (or 0x44A070) is unknown color: approx Ocean Green. HEX triplet: 44, A0 and 70. RGB value is (68,160,112). Sum of RGB (Red+Green+Blue) = 68+160+112=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #44A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A070 is #BB5F8F. Grayscale: #7F7F7F. Windows color (decimal): -12279696 or 7381060. OLE color: 7381060.

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

Color convert

RGB68160112-
CMYK0.5700.300.37
HSL148.7º40.35%44.71%-
HSV(B)148.7º57.5%62.75%-
XYZ17.8827.5419.7-
YUV127.02119.5285.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=20%
G=47.06%
B=32.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601120.5700.300.37148.740.3544.71
Hex44A0703901E2595282d
Octal10424016071036452255055
Binary100010010100000111000011100101111010010110010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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