Html Css Color HEX #51A06D Ocean Green

📋 copy color: '#51A06D'

red 81 ◦ green 160 ◦ blue 109

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

Shades of Ocean Green #51A06D

Tints of Ocean Green #51A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 23.14%
G = 45.71%
B = 31.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#51A06D (or 0x51A06D) is known color: Ocean Green. HEX triplet: 51, A0 and 6D. RGB value is (81,160,109). Sum of RGB (Red+Green+Blue) = 81+160+109=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #51A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A06D is #AE5F92. Grayscale: #828282. Windows color (decimal): -11427731 or 7184465. OLE color: 7184465.

HSL color Cylindrical-coordinate representation of color #51A06D: hue angle of 141.27º 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 #51A06D is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 160 109 -
CMYK 0.49 0 0.32 0.37
HSL 141.27º 0.33% 0.47% -
HSV(B) 141.27º 0.49% 0.63% -
XYZ 18.72 28 18.88 -
YUV 130.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 81 160 109 0.49 0 0.32 0.37 141.27 0.33 0.47
Hex 51 A0 6D 31 0 20 25 8D 21 2F
Octal 121 240 155 61 0 40 45 215 41 57
Binary 1010001 10100000 1101101 110001 0 100000 100101 10001101 100001 101111

Color Harmonies of #51A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A06D

Black with #51A06D

Text Example


Text Example

White with #51A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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