#44A071

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

Shades of Ocean Green #44A071

Tints of Ocean Green #44A071

Color information

#44A071 (or 0x44A071) is unknown color: approx Ocean Green. HEX triplet: 44, A0 and 71. RGB value is (68,160,113). Sum of RGB (Red+Green+Blue) = 68+160+113=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #44A071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A071 is #BB5F8E. Grayscale: #7F7F7F. Windows color (decimal): -12279695 or 7446596. OLE color: 7446596.

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

Color convert

RGB68160113-
CMYK0.5700.290.37
HSL149.35º40.35%44.71%-
HSV(B)149.35º57.5%62.75%-
XYZ17.9427.5620-
YUV127.13120.0285.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=19.94%
G=46.92%
B=33.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601130.5700.290.37149.3540.3544.71
Hex44A0713901D2595282d
Octal10424016171035452255055
Binary100010010100000111000111100101110110010110010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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