Html Css Color HEX #51AB7B Ocean Green

📋 copy color: '#51AB7B'

red 81 ◦ green 171 ◦ blue 123

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

Shades of Ocean Green #51AB7B

Tints of Ocean Green #51AB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 21.6%
G = 45.6%
B = 32.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#51AB7B (or 0x51AB7B) is known color: Ocean Green. HEX triplet: 51, AB and 7B. RGB value is (81,171,123). Sum of RGB (Red+Green+Blue) = 81+171+123=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB7B is #AE5484. Grayscale: #8A8A8A. Windows color (decimal): -11424901 or 8104785. OLE color: 8104785.

HSL color Cylindrical-coordinate representation of color #51AB7B: hue angle of 148º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB7B is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 171 123 -
CMYK 0.53 0 0.28 0.33
HSL 148º 0.36% 0.49% -
HSV(B) 148º 0.53% 0.67% -
XYZ 21.53 32.31 23.84 -
YUV 138.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 81 171 123 0.53 0 0.28 0.33 148 0.36 0.49
Hex 51 AB 7B 35 0 1C 21 94 24 31
Octal 121 253 173 65 0 34 41 224 44 61
Binary 1010001 10101011 1111011 110101 0 11100 100001 10010100 100100 110001

Color Harmonies of #51AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB7B

Black with #51AB7B

Text Example


Text Example

White with #51AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,123); }

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

background-color css

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

 a { background-color: rgb(81,171,123); }

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

border-color css

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

 span { border-color: rgb(81,171,123); }

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