Html Css Color HEX #46AE6C Ocean Green

📋 copy color: '#46AE6C'

red 70 ◦ green 174 ◦ blue 108

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

Shades of Ocean Green #46AE6C

Tints of Ocean Green #46AE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 19.89%
G = 49.43%
B = 30.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#46AE6C (or 0x46AE6C) is known color: Ocean Green. HEX triplet: 46, AE and 6C. RGB value is (70,174,108). Sum of RGB (Red+Green+Blue) = 70+174+108=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AE6C is #B95193. Grayscale: #878787. Windows color (decimal): -12145044 or 7122502. OLE color: 7122502.

HSL color Cylindrical-coordinate representation of color #46AE6C: hue angle of 141.92º 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 #46AE6C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 174 108 -
CMYK 0.60 0 0.38 0.32
HSL 141.92º 0.43% 0.48% -
HSV(B) 141.92º 0.6% 0.68% -
XYZ 20.37 32.66 19.42 -
YUV 135.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 70 174 108 0.60 0 0.38 0.32 141.92 0.43 0.48
Hex 46 AE 6C 3C 0 26 20 8E 2B 30
Octal 106 256 154 74 0 46 40 216 53 60
Binary 1000110 10101110 1101100 111100 0 100110 100000 10001110 101011 110000

Color Harmonies of #46AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AE6C

Black with #46AE6C

Text Example


Text Example

White with #46AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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