Html Css Color HEX #519676 Ocean Green

📋 copy color: '#519676'

red 81 ◦ green 150 ◦ blue 118

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

Shades of Ocean Green #519676

Tints of Ocean Green #519676

RGB

 RED value IS 81 (32.03% from 255) = 23.21%

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 23.21%
G = 42.98%
B = 33.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#519676 (or 0x519676) is known color: Ocean Green. HEX triplet: 51, 96 and 76. RGB value is (81,150,118). Sum of RGB (Red+Green+Blue) = 81+150+118=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #519676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519676 is #AE6989. Grayscale: #7D7D7D. Windows color (decimal): -11430282 or 7771729. OLE color: 7771729.

HSL color Cylindrical-coordinate representation of color #519676: hue angle of 152.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519676 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 118 -
CMYK 0.46 0 0.21 0.41
HSL 152.17º 0.3% 0.45% -
HSV(B) 152.17º 0.46% 0.59% -
XYZ 17.57 24.87 21.01 -
YUV 125.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 81 150 118 0.46 0 0.21 0.41 152.17 0.3 0.45
Hex 51 96 76 2E 0 15 29 98 1E 2D
Octal 121 226 166 56 0 25 51 230 36 55
Binary 1010001 10010110 1110110 101110 0 10101 101001 10011000 11110 101101

Color Harmonies of #519676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519676

Black with #519676

Text Example


Text Example

White with #519676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519676; }

 p { color: rgb(81,150,118); }

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

background-color css

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

 a { background-color: rgb(81,150,118); }

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

border-color css

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

 span { border-color: rgb(81,150,118); }

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