Html Css Color HEX #46AE68 Ocean Green

📋 copy color: '#46AE68'

red 70 ◦ green 174 ◦ blue 104

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

Shades of Ocean Green #46AE68

Tints of Ocean Green #46AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 20.11%
G = 50%
B = 29.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#46AE68 (or 0x46AE68) is known color: Ocean Green. HEX triplet: 46, AE and 68. RGB value is (70,174,104). Sum of RGB (Red+Green+Blue) = 70+174+104=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AE68 is #B95197. Grayscale: #878787. Windows color (decimal): -12145048 or 6860358. OLE color: 6860358.

HSL color Cylindrical-coordinate representation of color #46AE68: hue angle of 139.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AE68 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 174 104 -
CMYK 0.60 0 0.40 0.32
HSL 139.62º 0.43% 0.48% -
HSV(B) 139.62º 0.6% 0.68% -
XYZ 20.16 32.57 18.32 -
YUV 134.92 110.54 81.69 -
System Red Green Blue C M Y K H S L
Decimal 70 174 104 0.60 0 0.40 0.32 139.62 0.43 0.48
Hex 46 AE 68 3C 0 28 20 8C 2B 30
Octal 106 256 150 74 0 50 40 214 53 60
Binary 1000110 10101110 1101000 111100 0 101000 100000 10001100 101011 110000

Color Harmonies of #46AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AE68

Black with #46AE68

Text Example


Text Example

White with #46AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46AE68;
 }
 .AnyTagClassName
 {
   color: #46AE68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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