Html Css Color HEX #51B782 Ocean Green

📋 copy color: '#51B782'

red 81 ◦ green 183 ◦ blue 130

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

Shades of Ocean Green #51B782

Tints of Ocean Green #51B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 20.56%
G = 46.45%
B = 32.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#51B782 (or 0x51B782) is known color: Ocean Green. HEX triplet: 51, B7 and 82. RGB value is (81,183,130). Sum of RGB (Red+Green+Blue) = 81+183+130=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #51B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B782 is #AE487D. Grayscale: #929292. Windows color (decimal): -11421822 or 8566609. OLE color: 8566609.

HSL color Cylindrical-coordinate representation of color #51B782: hue angle of 148.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B782 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 183 130 -
CMYK 0.56 0 0.29 0.28
HSL 148.82º 0.41% 0.52% -
HSV(B) 148.82º 0.56% 0.72% -
XYZ 24.36 37.23 27.02 -
YUV 146.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 81 183 130 0.56 0 0.29 0.28 148.82 0.41 0.52
Hex 51 B7 82 38 0 1D 1C 95 29 34
Octal 121 267 202 70 0 35 34 225 51 64
Binary 1010001 10110111 10000010 111000 0 11101 11100 10010101 101001 110100

Color Harmonies of #51B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B782

Black with #51B782

Text Example


Text Example

White with #51B782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51B782; }

 p { color: rgb(81,183,130); }

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

background-color css

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

 a { background-color: rgb(81,183,130); }

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

border-color css

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

 span { border-color: rgb(81,183,130); }

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