#45A070

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

Shades of Ocean Green #45A070

Tints of Ocean Green #45A070

Color information

#45A070 (or 0x45A070) is unknown color: approx Ocean Green. HEX triplet: 45, A0 and 70. RGB value is (69,160,112). Sum of RGB (Red+Green+Blue) = 69+160+112=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #45A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A070 is #BA5F8F. Grayscale: #7F7F7F. Windows color (decimal): -12214160 or 7381061. OLE color: 7381061.

HSL color Cylindrical-coordinate representation of color #45A070: hue angle of 148.35º 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 #45A070 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB69160112-
CMYK0.5700.300.37
HSL148.35º39.74%44.9%-
HSV(B)148.35º56.88%62.75%-
XYZ17.9527.5819.71-
YUV127.32119.3586.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=20.23%
G=46.92%
B=32.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601120.5700.300.37148.3539.7444.9
Hex45A0703901E2594282d
Octal10524016071036452245055
Binary100010110100000111000011100101111010010110010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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