#469F6E

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

Shades of Ocean Green #469F6E

Tints of Ocean Green #469F6E

Color information

#469F6E (or 0x469F6E) is unknown color: approx Ocean Green. HEX triplet: 46, 9F and 6E. RGB value is (70,159,110). Sum of RGB (Red+Green+Blue) = 70+159+110=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #469F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F6E is #B96091. Grayscale: #7E7E7E. Windows color (decimal): -12148882 or 7249734. OLE color: 7249734.

HSL color Cylindrical-coordinate representation of color #469F6E: hue angle of 146.97º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F6E is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB70159110-
CMYK0.5600.310.38
HSL146.97º38.86%44.9%-
HSV(B)146.97º55.97%62.35%-
XYZ17.7427.2219.07-
YUV126.8118.5187.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=20.65%
G=46.90%
B=32.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701591100.5600.310.38146.9738.8644.9
Hex469F6E3801F2693272d
Octal10623715670037462234755
Binary100011010011111110111011100001111110011010010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469F6E; }

 p { color: rgb(70,159,110); }

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

<style>
 a { background-color: #469F6E; }

 a { background-color: rgb(70,159,110); }

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

<style>
 span { border-color: #469F6E; }

 span { border-color: rgb(70,159,110); }

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