#44AC7F

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

Shades of Ocean Green #44AC7F

Tints of Ocean Green #44AC7F

Color information

#44AC7F (or 0x44AC7F) is unknown color: approx Ocean Green. HEX triplet: 44, AC and 7F. RGB value is (68,172,127). Sum of RGB (Red+Green+Blue) = 68+172+127=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC7F is #BB5380. Grayscale: #878787. Windows color (decimal): -12276609 or 8367172. OLE color: 8367172.

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

Color convert

RGB68172127-
CMYK0.6000.260.33
HSL154.04º43.33%47.06%-
HSV(B)154.04º60.47%67.45%-
XYZ20.9732.2725.2-
YUV135.77123.0479.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 127 (50% from 255) = 34.60%
R=18.53%
G=46.87%
B=34.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681721270.6000.260.33154.0443.3347.06
Hex44AC7F3C01A219a2b2f
Octal10425417774032412325357
Binary100010010101100111111111110001101010000110011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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