Html Css Color HEX #469A6E Ocean Green

📋 copy color: '#469A6E'

red 70 ◦ green 154 ◦ blue 110

#469A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #469A6E

Tints of Ocean Green #469A6E

RGB

 RED value IS 70 (27.73% from 255) = 20.96%

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 20.96%
G = 46.11%
B = 32.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#469A6E (or 0x469A6E) is known color: Ocean Green. HEX triplet: 46, 9A and 6E. RGB value is (70,154,110). Sum of RGB (Red+Green+Blue) = 70+154+110=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #469A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A6E is #B96591. Grayscale: #7B7B7B. Windows color (decimal): -12150162 or 7248454. OLE color: 7248454.

HSL color Cylindrical-coordinate representation of color #469A6E: hue angle of 148.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A6E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 110 -
CMYK 0.55 0 0.29 0.40
HSL 148.57º 0.38% 0.44% -
HSV(B) 148.57º 0.55% 0.6% -
XYZ 16.9 25.54 18.79 -
YUV 123.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 70 154 110 0.55 0 0.29 0.40 148.57 0.38 0.44
Hex 46 9A 6E 37 0 1D 28 95 26 2C
Octal 106 232 156 67 0 35 50 225 46 54
Binary 1000110 10011010 1101110 110111 0 11101 101000 10010101 100110 101100

Color Harmonies of #469A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A6E

Black with #469A6E

Text Example


Text Example

White with #469A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #469A6E;
 }
 .AnyTagClassName
 {
   color: #469A6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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