#45AE79

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

Shades of Ocean Green #45AE79

Tints of Ocean Green #45AE79

Color information

#45AE79 (or 0x45AE79) is unknown color: approx Ocean Green. HEX triplet: 45, AE and 79. RGB value is (69,174,121). Sum of RGB (Red+Green+Blue) = 69+174+121=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE79 is #BA5186. Grayscale: #888888. Windows color (decimal): -12210567 or 7974469. OLE color: 7974469.

HSL color Cylindrical-coordinate representation of color #45AE79: hue angle of 149.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AE79 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB69174121-
CMYK0.6000.300.32
HSL149.71º43.21%47.65%-
HSV(B)149.71º60.34%68.24%-
XYZ21.0432.9223.33-
YUV136.56119.2179.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=18.96%
G=47.80%
B=33.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691741210.6000.300.32149.7143.2147.65
Hex45AE793C01E20962b30
Octal10525617174036402265360
Binary100010110101110111100111110001111010000010010110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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