Html Css Color HEX #46AF7A Ocean Green

📋 copy color: '#46AF7A'

red 70 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #46AF7A

Tints of Ocean Green #46AF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 19.07%
G = 47.68%
B = 33.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#46AF7A (or 0x46AF7A) is known color: Ocean Green. HEX triplet: 46, AF and 7A. RGB value is (70,175,122). Sum of RGB (Red+Green+Blue) = 70+175+122=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF7A is #B95085. Grayscale: #898989. Windows color (decimal): -12144774 or 8040262. OLE color: 8040262.

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

Color convert

RGB 70 175 122 -
CMYK 0.60 0 0.30 0.31
HSL 149.71º 0.43% 0.48% -
HSV(B) 149.71º 0.6% 0.69% -
XYZ 21.37 33.37 23.73 -
YUV 137.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 70 175 122 0.60 0 0.30 0.31 149.71 0.43 0.48
Hex 46 AF 7A 3C 0 1E 1F 96 2B 30
Octal 106 257 172 74 0 36 37 226 53 60
Binary 1000110 10101111 1111010 111100 0 11110 11111 10010110 101011 110000

Color Harmonies of #46AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AF7A

Black with #46AF7A

Text Example


Text Example

White with #46AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,175,122); }

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

background-color css

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

 a { background-color: rgb(70,175,122); }

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

border-color css

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

 span { border-color: rgb(70,175,122); }

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