#44A47D

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

Shades of Ocean Green #44A47D

Tints of Ocean Green #44A47D

Color information

#44A47D (or 0x44A47D) is unknown color: approx Ocean Green. HEX triplet: 44, A4 and 7D. RGB value is (68,164,125). Sum of RGB (Red+Green+Blue) = 68+164+125=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #44A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A47D is #BB5B82. Grayscale: #828282. Windows color (decimal): -12278659 or 8234052. OLE color: 8234052.

HSL color Cylindrical-coordinate representation of color #44A47D: hue angle of 155.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A47D is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB68164125-
CMYK0.5900.240.36
HSL155.62º41.38%45.49%-
HSV(B)155.62º58.54%64.31%-
XYZ19.3629.2624.03-
YUV130.85124.783.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=19.05%
G=45.94%
B=35.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641250.5900.240.36155.6241.3845.49
Hex44A47D3B018249c292d
Octal10424417573030442345155
Binary100010010100100111110111101101100010010010011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,125); }

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

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

 a { background-color: rgb(68,164,125); }

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

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

 span { border-color: rgb(68,164,125); }

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