#469E6F

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

Shades of Ocean Green #469E6F

Tints of Ocean Green #469E6F

Color information

#469E6F (or 0x469E6F) is unknown color: approx Ocean Green. HEX triplet: 46, 9E and 6F. RGB value is (70,158,111). Sum of RGB (Red+Green+Blue) = 70+158+111=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #469E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E6F is #B96190. Grayscale: #7E7E7E. Windows color (decimal): -12149137 or 7315014. OLE color: 7315014.

HSL color Cylindrical-coordinate representation of color #469E6F: hue angle of 147.95º 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 #469E6F is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB70158111-
CMYK0.5600.300.38
HSL147.95º38.6%44.71%-
HSV(B)147.95º55.7%61.96%-
XYZ17.6226.919.3-
YUV126.33119.3587.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=20.65%
G=46.61%
B=32.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581110.5600.300.38147.9538.644.71
Hex469E6F3801E2694272d
Octal10623615770036462244755
Binary100011010011110110111111100001111010011010010100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,158,111); }

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

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

 a { background-color: rgb(70,158,111); }

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

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

 span { border-color: rgb(70,158,111); }

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