#45AA7D

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

Shades of Ocean Green #45AA7D

Tints of Ocean Green #45AA7D

Color information

#45AA7D (or 0x45AA7D) is unknown color: approx Ocean Green. HEX triplet: 45, AA and 7D. RGB value is (69,170,125). Sum of RGB (Red+Green+Blue) = 69+170+125=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA7D is #BA5582. Grayscale: #868686. Windows color (decimal): -12211587 or 8235589. OLE color: 8235589.

HSL color Cylindrical-coordinate representation of color #45AA7D: hue angle of 153.27º 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 #45AA7D is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB69170125-
CMYK0.5900.260.33
HSL153.27º42.26%46.86%-
HSV(B)153.27º59.41%66.67%-
XYZ20.5331.524.4-
YUV134.67122.5481.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=18.96%
G=46.70%
B=34.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701250.5900.260.33153.2742.2646.86
Hex45AA7D3B01A21992a2f
Octal10525217573032412315257
Binary100010110101010111110111101101101010000110011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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