#46AB68

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

Shades of Ocean Green #46AB68

Tints of Ocean Green #46AB68

Color information

#46AB68 (or 0x46AB68) is unknown color: approx Ocean Green. HEX triplet: 46, AB and 68. RGB value is (70,171,104). Sum of RGB (Red+Green+Blue) = 70+171+104=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AB68 is #B95497. Grayscale: #858585. Windows color (decimal): -12145816 or 6859590. OLE color: 6859590.

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

Color convert

RGB70171104-
CMYK0.5900.390.33
HSL140.2º41.91%47.25%-
HSV(B)140.2º59.06%67.06%-
XYZ19.5931.4318.13-
YUV133.16111.5482.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=20.29%
G=49.57%
B=30.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701711040.5900.390.33140.241.9147.25
Hex46AB683B027218c2a2f
Octal10625315073047412145257
Binary1000110101010111101000111011010011110000110001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,171,104); }

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

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

 a { background-color: rgb(70,171,104); }

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

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

 span { border-color: rgb(70,171,104); }

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