#45AA75

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

Shades of Ocean Green #45AA75

Tints of Ocean Green #45AA75

Color information

#45AA75 (or 0x45AA75) is unknown color: approx Ocean Green. HEX triplet: 45, AA and 75. RGB value is (69,170,117). Sum of RGB (Red+Green+Blue) = 69+170+117=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA75 is #BA558A. Grayscale: #858585. Windows color (decimal): -12211595 or 7711301. OLE color: 7711301.

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

Color convert

RGB69170117-
CMYK0.5900.310.33
HSL148.51º42.26%46.86%-
HSV(B)148.51º59.41%66.67%-
XYZ20.0431.321.81-
YUV133.76118.5481.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=19.38%
G=47.75%
B=32.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701170.5900.310.33148.5142.2646.86
Hex45AA753B01F21952a2f
Octal10525216573037412255257
Binary100010110101010111010111101101111110000110010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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