#45AE70

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

Shades of Ocean Green #45AE70

Tints of Ocean Green #45AE70

Color information

#45AE70 (or 0x45AE70) is unknown color: approx Ocean Green. HEX triplet: 45, AE and 70. RGB value is (69,174,112). Sum of RGB (Red+Green+Blue) = 69+174+112=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE70 is #BA518F. Grayscale: #878787. Windows color (decimal): -12210576 or 7384645. OLE color: 7384645.

HSL color Cylindrical-coordinate representation of color #45AE70: hue angle of 144.57º 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 #45AE70 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB69174112-
CMYK0.6000.360.32
HSL144.57º43.21%47.65%-
HSV(B)144.57º60.34%68.24%-
XYZ20.5132.7120.56-
YUV135.54114.7180.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=19.44%
G=49.01%
B=31.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691741120.6000.360.32144.5743.2147.65
Hex45AE703C02420912b30
Octal10525616074044402215360
Binary1000101101011101110000111100010010010000010010001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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