Html Css Color HEX #46A17C Ocean Green

📋 copy color: '#46A17C'

red 70 ◦ green 161 ◦ blue 124

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

Shades of Ocean Green #46A17C

Tints of Ocean Green #46A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 19.72%
G = 45.35%
B = 34.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#46A17C (or 0x46A17C) is known color: Ocean Green. HEX triplet: 46, A1 and 7C. RGB value is (70,161,124). Sum of RGB (Red+Green+Blue) = 70+161+124=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #46A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A17C is #B95E83. Grayscale: #818181. Windows color (decimal): -12148356 or 8167750. OLE color: 8167750.

HSL color Cylindrical-coordinate representation of color #46A17C: hue angle of 155.6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A17C is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 161 124 -
CMYK 0.57 0 0.23 0.37
HSL 155.6º 0.39% 0.45% -
HSV(B) 155.6º 0.57% 0.63% -
XYZ 18.91 28.25 23.52 -
YUV 129.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 70 161 124 0.57 0 0.23 0.37 155.6 0.39 0.45
Hex 46 A1 7C 39 0 17 25 9C 27 2D
Octal 106 241 174 71 0 27 45 234 47 55
Binary 1000110 10100001 1111100 111001 0 10111 100101 10011100 100111 101101

Color Harmonies of #46A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A17C

Black with #46A17C

Text Example


Text Example

White with #46A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,161,124); }

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

background-color css

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

 a { background-color: rgb(70,161,124); }

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

border-color css

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

 span { border-color: rgb(70,161,124); }

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