#44A068

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

Shades of Ocean Green #44A068

Tints of Ocean Green #44A068

Color information

#44A068 (or 0x44A068) is unknown color: approx Ocean Green. HEX triplet: 44, A0 and 68. RGB value is (68,160,104). Sum of RGB (Red+Green+Blue) = 68+160+104=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #44A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A068 is #BB5F97. Grayscale: #7E7E7E. Windows color (decimal): -12279704 or 6856772. OLE color: 6856772.

HSL color Cylindrical-coordinate representation of color #44A068: hue angle of 143.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A068 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB68160104-
CMYK0.5700.350.37
HSL143.48º40.35%44.71%-
HSV(B)143.48º57.5%62.75%-
XYZ17.4527.3717.46-
YUV126.11115.5286.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=20.48%
G=48.19%
B=31.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601040.5700.350.37143.4840.3544.71
Hex44A06839023258f282d
Octal10424015071043452175055
Binary1000100101000001101000111001010001110010110001111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,104); }

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

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

 a { background-color: rgb(68,160,104); }

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

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

 span { border-color: rgb(68,160,104); }

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