Html Css Color HEX #51A16A Ocean Green

📋 copy color: '#51A16A'

red 81 ◦ green 161 ◦ blue 106

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

Shades of Ocean Green #51A16A

Tints of Ocean Green #51A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.26%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 23.28%
G = 46.26%
B = 30.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#51A16A (or 0x51A16A) is known color: Ocean Green. HEX triplet: 51, A1 and 6A. RGB value is (81,161,106). Sum of RGB (Red+Green+Blue) = 81+161+106=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #51A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A16A is #AE5E95. Grayscale: #828282. Windows color (decimal): -11427478 or 6988113. OLE color: 6988113.

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

Color convert

RGB 81 161 106 -
CMYK 0.50 0 0.34 0.37
HSL 138.75º 0.33% 0.47% -
HSV(B) 138.75º 0.5% 0.63% -
XYZ 18.74 28.28 18.11 -
YUV 130.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 81 161 106 0.50 0 0.34 0.37 138.75 0.33 0.47
Hex 51 A1 6A 32 0 22 25 8B 21 2F
Octal 121 241 152 62 0 42 45 213 41 57
Binary 1010001 10100001 1101010 110010 0 100010 100101 10001011 100001 101111

Color Harmonies of #51A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A16A

Black with #51A16A

Text Example


Text Example

White with #51A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,161,106); }

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

background-color css

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

 a { background-color: rgb(81,161,106); }

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

border-color css

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

 span { border-color: rgb(81,161,106); }

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