Html Css Color HEX #51A382 Ocean Green

📋 copy color: '#51A382'

red 81 ◦ green 163 ◦ blue 130

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

Shades of Ocean Green #51A382

Tints of Ocean Green #51A382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 21.66%
G = 43.58%
B = 34.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#51A382 (or 0x51A382) is known color: Ocean Green. HEX triplet: 51, A3 and 82. RGB value is (81,163,130). Sum of RGB (Red+Green+Blue) = 81+163+130=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #51A382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A382 is #AE5C7D. Grayscale: #868686. Windows color (decimal): -11426942 or 8561489. OLE color: 8561489.

HSL color Cylindrical-coordinate representation of color #51A382: hue angle of 155.85º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A382 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 163 130 -
CMYK 0.50 0 0.20 0.36
HSL 155.85º 0.34% 0.48% -
HSV(B) 155.85º 0.5% 0.64% -
XYZ 20.52 29.56 25.74 -
YUV 134.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 81 163 130 0.50 0 0.20 0.36 155.85 0.34 0.48
Hex 51 A3 82 32 0 14 24 9C 22 30
Octal 121 243 202 62 0 24 44 234 42 60
Binary 1010001 10100011 10000010 110010 0 10100 100100 10011100 100010 110000

Color Harmonies of #51A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A382

Black with #51A382

Text Example


Text Example

White with #51A382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,163,130); }

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

background-color css

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

 a { background-color: rgb(81,163,130); }

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

border-color css

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

 span { border-color: rgb(81,163,130); }

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