#44A57D

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

Shades of Ocean Green #44A57D

Tints of Ocean Green #44A57D

Color information

#44A57D (or 0x44A57D) is unknown color: approx Ocean Green. HEX triplet: 44, A5 and 7D. RGB value is (68,165,125). Sum of RGB (Red+Green+Blue) = 68+165+125=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #44A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A57D is #BB5A82. Grayscale: #838383. Windows color (decimal): -12278403 or 8234308. OLE color: 8234308.

HSL color Cylindrical-coordinate representation of color #44A57D: hue angle of 155.26º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A57D is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB68165125-
CMYK0.5900.240.35
HSL155.26º41.63%45.69%-
HSV(B)155.26º58.79%64.71%-
XYZ19.5429.6224.09-
YUV131.44124.3682.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.99%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=18.99%
G=46.09%
B=34.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681651250.5900.240.35155.2641.6345.69
Hex44A57D3B018239b2a2e
Octal10424517573030432335256
Binary100010010100101111110111101101100010001110011011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,125); }

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

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

 a { background-color: rgb(68,165,125); }

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

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

 span { border-color: rgb(68,165,125); }

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