Html Css Color HEX #51AD84 Ocean Green

📋 copy color: '#51AD84'

red 81 ◦ green 173 ◦ blue 132

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

Shades of Ocean Green #51AD84

Tints of Ocean Green #51AD84

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 20.98%
G = 44.82%
B = 34.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#51AD84 (or 0x51AD84) is known color: Ocean Green. HEX triplet: 51, AD and 84. RGB value is (81,173,132). Sum of RGB (Red+Green+Blue) = 81+173+132=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD84 is #AE527B. Grayscale: #8C8C8C. Windows color (decimal): -11424380 or 8695121. OLE color: 8695121.

HSL color Cylindrical-coordinate representation of color #51AD84: hue angle of 153.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD84 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 173 132 -
CMYK 0.53 0 0.24 0.32
HSL 153.26º 0.36% 0.5% -
HSV(B) 153.26º 0.53% 0.68% -
XYZ 22.5 33.3 27.07 -
YUV 140.82 123.02 85.33 -
System Red Green Blue C M Y K H S L
Decimal 81 173 132 0.53 0 0.24 0.32 153.26 0.36 0.5
Hex 51 AD 84 35 0 18 20 99 24 32
Octal 121 255 204 65 0 30 40 231 44 62
Binary 1010001 10101101 10000100 110101 0 11000 100000 10011001 100100 110010

Color Harmonies of #51AD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AD84

Black with #51AD84

Text Example


Text Example

White with #51AD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,173,132); }

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

background-color css

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

 a { background-color: rgb(81,173,132); }

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

border-color css

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

 span { border-color: rgb(81,173,132); }

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