#45A072

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

Shades of Ocean Green #45A072

Tints of Ocean Green #45A072

Color information

#45A072 (or 0x45A072) is unknown color: approx Ocean Green. HEX triplet: 45, A0 and 72. RGB value is (69,160,114). Sum of RGB (Red+Green+Blue) = 69+160+114=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #45A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A072 is #BA5F8D. Grayscale: #7F7F7F. Windows color (decimal): -12214158 or 7512133. OLE color: 7512133.

HSL color Cylindrical-coordinate representation of color #45A072: hue angle of 149.67º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A072 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB69160114-
CMYK0.5700.290.37
HSL149.67º39.74%44.9%-
HSV(B)149.67º56.88%62.75%-
XYZ18.0627.6220.3-
YUV127.55120.3586.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=20.12%
G=46.65%
B=33.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601140.5700.290.37149.6739.7444.9
Hex45A0723901D2596282d
Octal10524016271035452265055
Binary100010110100000111001011100101110110010110010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,114); }

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

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

 a { background-color: rgb(69,160,114); }

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

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

 span { border-color: rgb(69,160,114); }

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