#44A67E

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

Shades of Ocean Green #44A67E

Tints of Ocean Green #44A67E

Color information

#44A67E (or 0x44A67E) is unknown color: approx Ocean Green. HEX triplet: 44, A6 and 7E. RGB value is (68,166,126). Sum of RGB (Red+Green+Blue) = 68+166+126=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #44A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A67E is #BB5981. Grayscale: #848484. Windows color (decimal): -12278146 or 8300100. OLE color: 8300100.

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

Color convert

RGB68166126-
CMYK0.5900.240.35
HSL155.51º41.88%45.88%-
HSV(B)155.51º59.04%65.1%-
XYZ19.7930.0124.49-
YUV132.14124.5382.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 126 (49.61% from 255) = 35%
R=18.89%
G=46.11%
B=35%

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
Decimal681661260.5900.240.35155.5141.8845.88
Hex44A67E3B018239c2a2e
Octal10424617673030432345256
Binary100010010100110111111011101101100010001110011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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