#46AC78

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

Shades of Ocean Green #46AC78

Tints of Ocean Green #46AC78

Color information

#46AC78 (or 0x46AC78) is unknown color: approx Ocean Green. HEX triplet: 46, AC and 78. RGB value is (70,172,120). Sum of RGB (Red+Green+Blue) = 70+172+120=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AC78 is #B95387. Grayscale: #878787. Windows color (decimal): -12145544 or 7908422. OLE color: 7908422.

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

Color convert

RGB70172120-
CMYK0.5900.300.33
HSL149.41º42.15%47.45%-
HSV(B)149.41º59.3%67.45%-
XYZ20.6732.1622.89-
YUV135.57119.2181.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 172 (67.58% from 255) = 47.51%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=19.34%
G=47.51%
B=33.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701721200.5900.300.33149.4142.1547.45
Hex46AC783B01E21952a2f
Octal10625417073036412255257
Binary100011010101100111100011101101111010000110010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46AC78; }

 p { color: rgb(70,172,120); }

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

<style>
 a { background-color: #46AC78; }

 a { background-color: rgb(70,172,120); }

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

<style>
 span { border-color: #46AC78; }

 span { border-color: rgb(70,172,120); }

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