#45AE76

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

Shades of Ocean Green #45AE76

Tints of Ocean Green #45AE76

Color information

#45AE76 (or 0x45AE76) is unknown color: approx Ocean Green. HEX triplet: 45, AE and 76. RGB value is (69,174,118). Sum of RGB (Red+Green+Blue) = 69+174+118=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE76 is #BA5189. Grayscale: #888888. Windows color (decimal): -12210570 or 7777861. OLE color: 7777861.

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

Color convert

RGB69174118-
CMYK0.6000.320.32
HSL148º43.21%47.65%-
HSV(B)148º60.34%68.24%-
XYZ20.8632.8522.38-
YUV136.22117.7180.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 174 (68.36% from 255) = 48.20%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=19.11%
G=48.20%
B=32.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691741180.6000.320.3214843.2147.65
Hex45AE763C02020942b30
Octal10525616674040402245360
Binary1000101101011101110110111100010000010000010010100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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