#45AB73

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

Shades of Ocean Green #45AB73

Tints of Ocean Green #45AB73

Color information

#45AB73 (or 0x45AB73) is unknown color: approx Ocean Green. HEX triplet: 45, AB and 73. RGB value is (69,171,115). Sum of RGB (Red+Green+Blue) = 69+171+115=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB73 is #BA548C. Grayscale: #868686. Windows color (decimal): -12211341 or 7580485. OLE color: 7580485.

HSL color Cylindrical-coordinate representation of color #45AB73: hue angle of 147.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB73 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB69171115-
CMYK0.6000.330.33
HSL147.06º42.5%47.06%-
HSV(B)147.06º59.65%67.06%-
XYZ20.1131.6321.26-
YUV134.12117.2181.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=19.44%
G=48.17%
B=32.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711150.6000.330.33147.0642.547.06
Hex45AB733C02121932a2f
Octal10525316374041412235257
Binary1000101101010111110011111100010000110000110010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,115); }

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

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

 a { background-color: rgb(69,171,115); }

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

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

 span { border-color: rgb(69,171,115); }

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