#44A870

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

Shades of Ocean Green #44A870

Tints of Ocean Green #44A870

Color information

#44A870 (or 0x44A870) is unknown color: approx Ocean Green. HEX triplet: 44, A8 and 70. RGB value is (68,168,112). Sum of RGB (Red+Green+Blue) = 68+168+112=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #44A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A870 is #BB578F. Grayscale: #838383. Windows color (decimal): -12277648 or 7383108. OLE color: 7383108.

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

Color convert

RGB68168112-
CMYK0.6000.330.34
HSL146.4º42.37%46.27%-
HSV(B)146.4º59.52%65.88%-
XYZ19.3130.420.18-
YUV131.72116.8782.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=19.54%
G=48.28%
B=32.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681681120.6000.330.34146.442.3746.27
Hex44A8703C02122922a2e
Octal10425016074041422225256
Binary1000100101010001110000111100010000110001010010010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,168,112); }

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

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

 a { background-color: rgb(68,168,112); }

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

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

 span { border-color: rgb(68,168,112); }

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