Html Css Color HEX #51986F Ocean Green

📋 copy color: '#51986F'

red 81 ◦ green 152 ◦ blue 111

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

Shades of Ocean Green #51986F

Tints of Ocean Green #51986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 23.55%
G = 44.19%
B = 32.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#51986F (or 0x51986F) is known color: Ocean Green. HEX triplet: 51, 98 and 6F. RGB value is (81,152,111). Sum of RGB (Red+Green+Blue) = 81+152+111=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #51986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51986F is #AE6790. Grayscale: #7E7E7E. Windows color (decimal): -11429777 or 7313489. OLE color: 7313489.

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

Color convert

RGB 81 152 111 -
CMYK 0.47 0 0.27 0.40
HSL 145.35º 0.3% 0.46% -
HSV(B) 145.35º 0.47% 0.6% -
XYZ 17.49 25.35 19.01 -
YUV 126.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 81 152 111 0.47 0 0.27 0.40 145.35 0.3 0.46
Hex 51 98 6F 2F 0 1B 28 91 1E 2E
Octal 121 230 157 57 0 33 50 221 36 56
Binary 1010001 10011000 1101111 101111 0 11011 101000 10010001 11110 101110

Color Harmonies of #51986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51986F

Black with #51986F

Text Example


Text Example

White with #51986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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