#44AB7C

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

Shades of Ocean Green #44AB7C

Tints of Ocean Green #44AB7C

Color information

#44AB7C (or 0x44AB7C) is unknown color: approx Ocean Green. HEX triplet: 44, AB and 7C. RGB value is (68,171,124). Sum of RGB (Red+Green+Blue) = 68+171+124=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB7C is #BB5483. Grayscale: #868686. Windows color (decimal): -12276868 or 8170308. OLE color: 8170308.

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

Color convert

RGB68171124-
CMYK0.6000.270.33
HSL152.62º43.1%46.86%-
HSV(B)152.62º60.23%67.06%-
XYZ20.5831.8124.12-
YUV134.84121.8880.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=18.73%
G=47.11%
B=34.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711240.6000.270.33152.6243.146.86
Hex44AB7C3C01B21992b2f
Octal10425317474033412315357
Binary100010010101011111110011110001101110000110011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,124); }

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

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

 a { background-color: rgb(68,171,124); }

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

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

 span { border-color: rgb(68,171,124); }

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