#44AE7A

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

Shades of Ocean Green #44AE7A

Tints of Ocean Green #44AE7A

Color information

#44AE7A (or 0x44AE7A) is unknown color: approx Ocean Green. HEX triplet: 44, AE and 7A. RGB value is (68,174,122). Sum of RGB (Red+Green+Blue) = 68+174+122=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AE7A is #BB5185. Grayscale: #888888. Windows color (decimal): -12276102 or 8040004. OLE color: 8040004.

HSL color Cylindrical-coordinate representation of color #44AE7A: hue angle of 150.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE7A is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB68174122-
CMYK0.6100.300.32
HSL150.57º43.8%47.45%-
HSV(B)150.57º60.92%68.24%-
XYZ21.0332.9123.66-
YUV136.38119.8879.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=18.68%
G=47.80%
B=33.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681741220.6100.300.32150.5743.847.45
Hex44AE7A3D01E20972c2f
Octal10425617275036402275457
Binary100010010101110111101011110101111010000010010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,174,122); }

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

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

 a { background-color: rgb(68,174,122); }

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

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

 span { border-color: rgb(68,174,122); }

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