Html Css Color HEX #46B07E Ocean Green

📋 copy color: '#46B07E'

red 70 ◦ green 176 ◦ blue 126

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

Shades of Ocean Green #46B07E

Tints of Ocean Green #46B07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.31%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 18.82%
G = 47.31%
B = 33.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#46B07E (or 0x46B07E) is known color: Ocean Green. HEX triplet: 46, B0 and 7E. RGB value is (70,176,126). Sum of RGB (Red+Green+Blue) = 70+176+126=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #46B07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B07E is #B94F81. Grayscale: #8A8A8A. Windows color (decimal): -12144514 or 8302662. OLE color: 8302662.

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

Color convert

RGB 70 176 126 -
CMYK 0.60 0 0.28 0.31
HSL 151.7º 0.43% 0.48% -
HSV(B) 151.7º 0.6% 0.69% -
XYZ 21.82 33.86 25.12 -
YUV 138.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 70 176 126 0.60 0 0.28 0.31 151.7 0.43 0.48
Hex 46 B0 7E 3C 0 1C 1F 98 2B 30
Octal 106 260 176 74 0 34 37 230 53 60
Binary 1000110 10110000 1111110 111100 0 11100 11111 10011000 101011 110000

Color Harmonies of #46B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B07E

Black with #46B07E

Text Example


Text Example

White with #46B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,176,126); }

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

background-color css

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

 a { background-color: rgb(70,176,126); }

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

border-color css

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

 span { border-color: rgb(70,176,126); }

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