Html Css Color HEX #51A076 Ocean Green

📋 copy color: '#51A076'

red 81 ◦ green 160 ◦ blue 118

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

Shades of Ocean Green #51A076

Tints of Ocean Green #51A076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.57%

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

R = 22.56%
G = 44.57%
B = 32.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#51A076 (or 0x51A076) is known color: Ocean Green. HEX triplet: 51, A0 and 76. RGB value is (81,160,118). Sum of RGB (Red+Green+Blue) = 81+160+118=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #51A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A076 is #AE5F89. Grayscale: #838383. Windows color (decimal): -11427722 or 7774289. OLE color: 7774289.

HSL color Cylindrical-coordinate representation of color #51A076: hue angle of 148.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A076 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 160 118 -
CMYK 0.49 0 0.26 0.37
HSL 148.1º 0.33% 0.47% -
HSV(B) 148.1º 0.49% 0.63% -
XYZ 19.23 28.2 21.57 -
YUV 131.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 81 160 118 0.49 0 0.26 0.37 148.1 0.33 0.47
Hex 51 A0 76 31 0 1A 25 94 21 2F
Octal 121 240 166 61 0 32 45 224 41 57
Binary 1010001 10100000 1110110 110001 0 11010 100101 10010100 100001 101111

Color Harmonies of #51A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A076

Black with #51A076

Text Example


Text Example

White with #51A076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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