#44AD66

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

Shades of Ocean Green #44AD66

Tints of Ocean Green #44AD66

Color information

#44AD66 (or 0x44AD66) is unknown color: approx Ocean Green. HEX triplet: 44, AD and 66. RGB value is (68,173,102). Sum of RGB (Red+Green+Blue) = 68+173+102=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD66 is #BB5299. Grayscale: #858585. Windows color (decimal): -12276378 or 6729028. OLE color: 6729028.

HSL color Cylindrical-coordinate representation of color #44AD66: hue angle of 139.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD66 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB68173102-
CMYK0.6100.410.32
HSL139.43º43.57%47.25%-
HSV(B)139.43º60.69%67.84%-
XYZ19.7332.0817.72-
YUV133.51110.2181.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=19.83%
G=50.44%
B=29.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681731020.6100.410.32139.4343.5747.25
Hex44AD663D029208b2c2f
Octal10425514675051402135457
Binary1000100101011011100110111101010100110000010001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,173,102); }

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

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

 a { background-color: rgb(68,173,102); }

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

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

 span { border-color: rgb(68,173,102); }

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