Html Css Color HEX #51AB6A Ocean Green

📋 copy color: '#51AB6A'

red 81 ◦ green 171 ◦ blue 106

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

Shades of Ocean Green #51AB6A

Tints of Ocean Green #51AB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 22.63%
G = 47.77%
B = 29.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#51AB6A (or 0x51AB6A) is known color: Ocean Green. HEX triplet: 51, AB and 6A. RGB value is (81,171,106). Sum of RGB (Red+Green+Blue) = 81+171+106=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB6A is #AE5495. Grayscale: #888888. Windows color (decimal): -11424918 or 6990673. OLE color: 6990673.

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

Color convert

RGB 81 171 106 -
CMYK 0.53 0 0.38 0.33
HSL 136.67º 0.36% 0.49% -
HSV(B) 136.67º 0.53% 0.67% -
XYZ 20.56 31.92 18.71 -
YUV 136.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 81 171 106 0.53 0 0.38 0.33 136.67 0.36 0.49
Hex 51 AB 6A 35 0 26 21 89 24 31
Octal 121 253 152 65 0 46 41 211 44 61
Binary 1010001 10101011 1101010 110101 0 100110 100001 10001001 100100 110001

Color Harmonies of #51AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AB6A

Black with #51AB6A

Text Example


Text Example

White with #51AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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