Html Css Color HEX #51AA7E Ocean Green

📋 copy color: '#51AA7E'

red 81 ◦ green 170 ◦ blue 126

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

Shades of Ocean Green #51AA7E

Tints of Ocean Green #51AA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 21.49%
G = 45.09%
B = 33.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#51AA7E (or 0x51AA7E) is known color: Ocean Green. HEX triplet: 51, AA and 7E. RGB value is (81,170,126). Sum of RGB (Red+Green+Blue) = 81+170+126=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AA7E is #AE5581. Grayscale: #8A8A8A. Windows color (decimal): -11425154 or 8301137. OLE color: 8301137.

HSL color Cylindrical-coordinate representation of color #51AA7E: hue angle of 150.34º 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 #51AA7E is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 170 126 -
CMYK 0.52 0 0.26 0.33
HSL 150.34º 0.35% 0.49% -
HSV(B) 150.34º 0.52% 0.67% -
XYZ 21.53 32.01 24.78 -
YUV 138.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 81 170 126 0.52 0 0.26 0.33 150.34 0.35 0.49
Hex 51 AA 7E 34 0 1A 21 96 23 31
Octal 121 252 176 64 0 32 41 226 43 61
Binary 1010001 10101010 1111110 110100 0 11010 100001 10010110 100011 110001

Color Harmonies of #51AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AA7E

Black with #51AA7E

Text Example


Text Example

White with #51AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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