Html Css Color HEX #46AF7D Ocean Green

📋 copy color: '#46AF7D'

red 70 ◦ green 175 ◦ blue 125

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

Shades of Ocean Green #46AF7D

Tints of Ocean Green #46AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 18.92%
G = 47.3%
B = 33.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#46AF7D (or 0x46AF7D) is known color: Ocean Green. HEX triplet: 46, AF and 7D. RGB value is (70,175,125). Sum of RGB (Red+Green+Blue) = 70+175+125=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF7D is #B95082. Grayscale: #8A8A8A. Windows color (decimal): -12144771 or 8236870. OLE color: 8236870.

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

Color convert

RGB 70 175 125 -
CMYK 0.60 0 0.29 0.31
HSL 151.43º 0.43% 0.48% -
HSV(B) 151.43º 0.6% 0.69% -
XYZ 21.56 33.44 24.72 -
YUV 137.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 70 175 125 0.60 0 0.29 0.31 151.43 0.43 0.48
Hex 46 AF 7D 3C 0 1D 1F 97 2B 30
Octal 106 257 175 74 0 35 37 227 53 60
Binary 1000110 10101111 1111101 111100 0 11101 11111 10010111 101011 110000

Color Harmonies of #46AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AF7D

Black with #46AF7D

Text Example


Text Example

White with #46AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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