Html Css Color HEX #519976 Ocean Green

📋 copy color: '#519976'

red 81 ◦ green 153 ◦ blue 118

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

Shades of Ocean Green #519976

Tints of Ocean Green #519976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 23.01%
G = 43.47%
B = 33.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#519976 (or 0x519976) is known color: Ocean Green. HEX triplet: 51, 99 and 76. RGB value is (81,153,118). Sum of RGB (Red+Green+Blue) = 81+153+118=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #519976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519976 is #AE6689. Grayscale: #7F7F7F. Windows color (decimal): -11429514 or 7772497. OLE color: 7772497.

HSL color Cylindrical-coordinate representation of color #519976: hue angle of 150.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519976 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 118 -
CMYK 0.47 0 0.23 0.4
HSL 150.83º 0.31% 0.46% -
HSV(B) 150.83º 0.47% 0.6% -
XYZ 18.05 25.84 21.18 -
YUV 127.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 81 153 118 0.47 0 0.23 0.4 150.83 0.31 0.46
Hex 51 99 76 2F 0 17 28 97 1F 2E
Octal 121 231 166 57 0 27 50 227 37 56
Binary 1010001 10011001 1110110 101111 0 10111 101000 10010111 11111 101110

Color Harmonies of #519976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519976

Black with #519976

Text Example


Text Example

White with #519976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519976; }

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

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

background-color css

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

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

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

border-color css

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

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

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