Html Css Color HEX #51A77A Ocean Green

📋 copy color: '#51A77A'

red 81 ◦ green 167 ◦ blue 122

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

Shades of Ocean Green #51A77A

Tints of Ocean Green #51A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 21.89%
G = 45.14%
B = 32.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#51A77A (or 0x51A77A) is known color: Ocean Green. HEX triplet: 51, A7 and 7A. RGB value is (81,167,122). Sum of RGB (Red+Green+Blue) = 81+167+122=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #51A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A77A is #AE5885. Grayscale: #888888. Windows color (decimal): -11425926 or 8038225. OLE color: 8038225.

HSL color Cylindrical-coordinate representation of color #51A77A: hue angle of 148.6º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A77A is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 167 122 -
CMYK 0.51 0 0.27 0.35
HSL 148.6º 0.35% 0.49% -
HSV(B) 148.6º 0.51% 0.65% -
XYZ 20.72 30.79 23.26 -
YUV 136.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 81 167 122 0.51 0 0.27 0.35 148.6 0.35 0.49
Hex 51 A7 7A 33 0 1B 23 95 23 31
Octal 121 247 172 63 0 33 43 225 43 61
Binary 1010001 10100111 1111010 110011 0 11011 100011 10010101 100011 110001

Color Harmonies of #51A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A77A

Black with #51A77A

Text Example


Text Example

White with #51A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,167,122); }

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

background-color css

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

 a { background-color: rgb(81,167,122); }

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

border-color css

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

 span { border-color: rgb(81,167,122); }

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