#44AB71

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

Shades of Ocean Green #44AB71

Tints of Ocean Green #44AB71

Color information

#44AB71 (or 0x44AB71) is unknown color: approx Ocean Green. HEX triplet: 44, AB and 71. RGB value is (68,171,113). Sum of RGB (Red+Green+Blue) = 68+171+113=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB71 is #BB548E. Grayscale: #858585. Windows color (decimal): -12276879 or 7449412. OLE color: 7449412.

HSL color Cylindrical-coordinate representation of color #44AB71: hue angle of 146.21º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB71 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB68171113-
CMYK0.6000.340.33
HSL146.21º43.1%46.86%-
HSV(B)146.21º60.23%67.06%-
XYZ19.9331.5520.66-
YUV133.59116.3881.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=19.32%
G=48.58%
B=32.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711130.6000.340.33146.2143.146.86
Hex44AB713C02221922b2f
Octal10425316174042412225357
Binary1000100101010111110001111100010001010000110010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,113); }

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

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

 a { background-color: rgb(68,171,113); }

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

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

 span { border-color: rgb(68,171,113); }

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