Html Css Color HEX #51AA78 Ocean Green

📋 copy color: '#51AA78'

red 81 ◦ green 170 ◦ blue 120

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

Shades of Ocean Green #51AA78

Tints of Ocean Green #51AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

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

R = 21.83%
G = 45.82%
B = 32.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#51AA78 (or 0x51AA78) is known color: Ocean Green. HEX triplet: 51, AA and 78. RGB value is (81,170,120). Sum of RGB (Red+Green+Blue) = 81+170+120=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AA78 is #AE5587. Grayscale: #898989. Windows color (decimal): -11425160 or 7907921. OLE color: 7907921.

HSL color Cylindrical-coordinate representation of color #51AA78: hue angle of 146.29º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AA78 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 170 120 -
CMYK 0.52 0 0.29 0.33
HSL 146.29º 0.35% 0.49% -
HSV(B) 146.29º 0.52% 0.67% -
XYZ 21.16 31.85 22.8 -
YUV 137.69 118.01 87.57 -
System Red Green Blue C M Y K H S L
Decimal 81 170 120 0.52 0 0.29 0.33 146.29 0.35 0.49
Hex 51 AA 78 34 0 1D 21 92 23 31
Octal 121 252 170 64 0 35 41 222 43 61
Binary 1010001 10101010 1111000 110100 0 11101 100001 10010010 100011 110001

Color Harmonies of #51AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AA78

Black with #51AA78

Text Example


Text Example

White with #51AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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