#45A878

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

Shades of Ocean Green #45A878

Tints of Ocean Green #45A878

Color information

#45A878 (or 0x45A878) is unknown color: approx Ocean Green. HEX triplet: 45, A8 and 78. RGB value is (69,168,120). Sum of RGB (Red+Green+Blue) = 69+168+120=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #45A878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A878 is #BA5787. Grayscale: #858585. Windows color (decimal): -12212104 or 7907397. OLE color: 7907397.

HSL color Cylindrical-coordinate representation of color #45A878: hue angle of 150.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A878 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB69168120-
CMYK0.5900.290.34
HSL150.91º41.77%46.47%-
HSV(B)150.91º58.93%65.88%-
XYZ19.8530.6322.63-
YUV132.93120.782.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=19.33%
G=47.06%
B=33.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691681200.5900.290.34150.9141.7746.47
Hex45A8783B01D22972a2e
Octal10525017073035422275256
Binary100010110101000111100011101101110110001010010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,168,120); }

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

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

 a { background-color: rgb(69,168,120); }

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

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

 span { border-color: rgb(69,168,120); }

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