Html Css Color HEX #51986D Ocean Green

📋 copy color: '#51986D'

red 81 ◦ green 152 ◦ blue 109

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

Shades of Ocean Green #51986D

Tints of Ocean Green #51986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 23.68%
G = 44.44%
B = 31.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#51986D (or 0x51986D) is known color: Ocean Green. HEX triplet: 51, 98 and 6D. RGB value is (81,152,109). Sum of RGB (Red+Green+Blue) = 81+152+109=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #51986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51986D is #AE6792. Grayscale: #7D7D7D. Windows color (decimal): -11429779 or 7182417. OLE color: 7182417.

HSL color Cylindrical-coordinate representation of color #51986D: hue angle of 143.66º degrees, saturation: 0.3, 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 #51986D is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 109 -
CMYK 0.47 0 0.28 0.40
HSL 143.66º 0.3% 0.46% -
HSV(B) 143.66º 0.47% 0.6% -
XYZ 17.38 25.31 18.44 -
YUV 125.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 81 152 109 0.47 0 0.28 0.40 143.66 0.3 0.46
Hex 51 98 6D 2F 0 1C 28 90 1E 2E
Octal 121 230 155 57 0 34 50 220 36 56
Binary 1010001 10011000 1101101 101111 0 11100 101000 10010000 11110 101110

Color Harmonies of #51986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51986D

Black with #51986D

Text Example


Text Example

White with #51986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51986D; }

 p { color: rgb(81,152,109); }

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

background-color css

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

 a { background-color: rgb(81,152,109); }

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

border-color css

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

 span { border-color: rgb(81,152,109); }

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