Html Css Color HEX #51B072 Ocean Green

📋 copy color: '#51B072'

red 81 ◦ green 176 ◦ blue 114

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

Shades of Ocean Green #51B072

Tints of Ocean Green #51B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 21.83%
G = 47.44%
B = 30.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#51B072 (or 0x51B072) is known color: Ocean Green. HEX triplet: 51, B0 and 72. RGB value is (81,176,114). Sum of RGB (Red+Green+Blue) = 81+176+114=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #51B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B072 is #AE4F8D. Grayscale: #8C8C8C. Windows color (decimal): -11423630 or 7516241. OLE color: 7516241.

HSL color Cylindrical-coordinate representation of color #51B072: hue angle of 140.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B072 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 176 114 -
CMYK 0.54 0 0.35 0.31
HSL 140.84º 0.38% 0.5% -
HSV(B) 140.84º 0.54% 0.69% -
XYZ 21.96 34.01 21.33 -
YUV 140.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 81 176 114 0.54 0 0.35 0.31 140.84 0.38 0.5
Hex 51 B0 72 36 0 23 1F 8D 26 32
Octal 121 260 162 66 0 43 37 215 46 62
Binary 1010001 10110000 1110010 110110 0 100011 11111 10001101 100110 110010

Color Harmonies of #51B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B072

Black with #51B072

Text Example


Text Example

White with #51B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,176,114); }

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

background-color css

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

 a { background-color: rgb(81,176,114); }

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

border-color css

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

 span { border-color: rgb(81,176,114); }

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