#469F6A

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

Shades of Ocean Green #469F6A

Tints of Ocean Green #469F6A

Color information

#469F6A (or 0x469F6A) is unknown color: approx Ocean Green. HEX triplet: 46, 9F and 6A. RGB value is (70,159,106). Sum of RGB (Red+Green+Blue) = 70+159+106=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #469F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F6A is #B96095. Grayscale: #7E7E7E. Windows color (decimal): -12148886 or 6987590. OLE color: 6987590.

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

Color convert

RGB70159106-
CMYK0.5600.330.38
HSL144.27º38.86%44.9%-
HSV(B)144.27º55.97%62.35%-
XYZ17.5327.1417.95-
YUV126.35116.5187.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=20.90%
G=47.46%
B=31.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701591060.5600.330.38144.2738.8644.9
Hex469F6A380212690272d
Octal10623715270041462204755
Binary1000110100111111101010111000010000110011010010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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