#45AA79

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

Shades of Ocean Green #45AA79

Tints of Ocean Green #45AA79

Color information

#45AA79 (or 0x45AA79) is unknown color: approx Ocean Green. HEX triplet: 45, AA and 79. RGB value is (69,170,121). Sum of RGB (Red+Green+Blue) = 69+170+121=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA79 is #BA5586. Grayscale: #868686. Windows color (decimal): -12211591 or 7973445. OLE color: 7973445.

HSL color Cylindrical-coordinate representation of color #45AA79: hue angle of 150.89º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA79 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB69170121-
CMYK0.5900.290.33
HSL150.89º42.26%46.86%-
HSV(B)150.89º59.41%66.67%-
XYZ20.2831.423.08-
YUV134.22120.5481.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=19.17%
G=47.22%
B=33.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701210.5900.290.33150.8942.2646.86
Hex45AA793B01D21972a2f
Octal10525217173035412275257
Binary100010110101010111100111101101110110000110010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AA79; }

 p { color: rgb(69,170,121); }

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

<style>
 a { background-color: #45AA79; }

 a { background-color: rgb(69,170,121); }

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

<style>
 span { border-color: #45AA79; }

 span { border-color: rgb(69,170,121); }

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