Html Css Color HEX #51A178 Ocean Green

📋 copy color: '#51A178'

red 81 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #51A178

Tints of Ocean Green #51A178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 22.38%
G = 44.48%
B = 33.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#51A178 (or 0x51A178) is known color: Ocean Green. HEX triplet: 51, A1 and 78. RGB value is (81,161,120). Sum of RGB (Red+Green+Blue) = 81+161+120=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #51A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A178 is #AE5E87. Grayscale: #848484. Windows color (decimal): -11427464 or 7905617. OLE color: 7905617.

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

Color convert

RGB 81 161 120 -
CMYK 0.50 0 0.25 0.37
HSL 149.25º 0.33% 0.47% -
HSV(B) 149.25º 0.5% 0.63% -
XYZ 19.53 28.6 22.26 -
YUV 132.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 81 161 120 0.50 0 0.25 0.37 149.25 0.33 0.47
Hex 51 A1 78 32 0 19 25 95 21 2F
Octal 121 241 170 62 0 31 45 225 41 57
Binary 1010001 10100001 1111000 110010 0 11001 100101 10010101 100001 101111

Color Harmonies of #51A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A178

Black with #51A178

Text Example


Text Example

White with #51A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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