#44AC7E

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

Shades of Ocean Green #44AC7E

Tints of Ocean Green #44AC7E

Color information

#44AC7E (or 0x44AC7E) is unknown color: approx Ocean Green. HEX triplet: 44, AC and 7E. RGB value is (68,172,126). Sum of RGB (Red+Green+Blue) = 68+172+126=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC7E is #BB5381. Grayscale: #878787. Windows color (decimal): -12276610 or 8301636. OLE color: 8301636.

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

Color convert

RGB68172126-
CMYK0.6000.270.33
HSL153.46º43.33%47.06%-
HSV(B)153.46º60.47%67.45%-
XYZ20.932.2424.86-
YUV135.66122.5479.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=18.58%
G=46.99%
B=34.43%

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
Decimal681721260.6000.270.33153.4643.3347.06
Hex44AC7E3C01B21992b2f
Octal10425417674033412315357
Binary100010010101100111111011110001101110000110011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,172,126); }

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

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

 a { background-color: rgb(68,172,126); }

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

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

 span { border-color: rgb(68,172,126); }

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