#44A77A

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

Shades of Ocean Green #44A77A

Tints of Ocean Green #44A77A

Color information

#44A77A (or 0x44A77A) is unknown color: approx Ocean Green. HEX triplet: 44, A7 and 7A. RGB value is (68,167,122). Sum of RGB (Red+Green+Blue) = 68+167+122=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #44A77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A77A is #BB5885. Grayscale: #848484. Windows color (decimal): -12277894 or 8038212. OLE color: 8038212.

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

Color convert

RGB68167122-
CMYK0.5900.270.35
HSL152.73º42.13%46.08%-
HSV(B)152.73º59.28%65.49%-
XYZ19.7230.2723.22-
YUV132.27122.282.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=19.05%
G=46.78%
B=34.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681671220.5900.270.35152.7342.1346.08
Hex44A77A3B01B23992a2e
Octal10424717273033432315256
Binary100010010100111111101011101101101110001110011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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