Html Css Color HEX #51986C Ocean Green

📋 copy color: '#51986C'

red 81 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #51986C

Tints of Ocean Green #51986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 23.75%
G = 44.57%
B = 31.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#51986C (or 0x51986C) is known color: Ocean Green. HEX triplet: 51, 98 and 6C. RGB value is (81,152,108). Sum of RGB (Red+Green+Blue) = 81+152+108=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #51986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51986C is #AE6793. Grayscale: #7D7D7D. Windows color (decimal): -11429780 or 7116881. OLE color: 7116881.

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

Color convert

RGB 81 152 108 -
CMYK 0.47 0 0.29 0.40
HSL 142.82º 0.3% 0.46% -
HSV(B) 142.82º 0.47% 0.6% -
XYZ 17.33 25.29 18.16 -
YUV 125.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 81 152 108 0.47 0 0.29 0.40 142.82 0.3 0.46
Hex 51 98 6C 2F 0 1D 28 8F 1E 2E
Octal 121 230 154 57 0 35 50 217 36 56
Binary 1010001 10011000 1101100 101111 0 11101 101000 10001111 11110 101110

Color Harmonies of #51986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51986C

Black with #51986C

Text Example


Text Example

White with #51986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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