#45AA7A

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

Shades of Ocean Green #45AA7A

Tints of Ocean Green #45AA7A

Color information

#45AA7A (or 0x45AA7A) is unknown color: approx Ocean Green. HEX triplet: 45, AA and 7A. RGB value is (69,170,122). Sum of RGB (Red+Green+Blue) = 69+170+122=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA7A is #BA5585. Grayscale: #868686. Windows color (decimal): -12211590 or 8038981. OLE color: 8038981.

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

Color convert

RGB69170122-
CMYK0.5900.280.33
HSL151.49º42.26%46.86%-
HSV(B)151.49º59.41%66.67%-
XYZ20.3431.4223.4-
YUV134.33121.0481.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=19.11%
G=47.09%
B=33.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701220.5900.280.33151.4942.2646.86
Hex45AA7A3B01C21972a2f
Octal10525217273034412275257
Binary100010110101010111101011101101110010000110010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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