Html Css Color HEX #51AF6E Ocean Green

📋 copy color: '#51AF6E'

red 81 ◦ green 175 ◦ blue 110

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

Shades of Ocean Green #51AF6E

Tints of Ocean Green #51AF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 22.13%
G = 47.81%
B = 30.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#51AF6E (or 0x51AF6E) is known color: Ocean Green. HEX triplet: 51, AF and 6E. RGB value is (81,175,110). Sum of RGB (Red+Green+Blue) = 81+175+110=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF6E is #AE5091. Grayscale: #8B8B8B. Windows color (decimal): -11423890 or 7253841. OLE color: 7253841.

HSL color Cylindrical-coordinate representation of color #51AF6E: hue angle of 138.51º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF6E is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 175 110 -
CMYK 0.54 0 0.37 0.31
HSL 138.51º 0.37% 0.5% -
HSV(B) 138.51º 0.54% 0.69% -
XYZ 21.54 33.54 20.09 -
YUV 139.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 81 175 110 0.54 0 0.37 0.31 138.51 0.37 0.5
Hex 51 AF 6E 36 0 25 1F 8B 25 32
Octal 121 257 156 66 0 45 37 213 45 62
Binary 1010001 10101111 1101110 110110 0 100101 11111 10001011 100101 110010

Color Harmonies of #51AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AF6E

Black with #51AF6E

Text Example


Text Example

White with #51AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,175,110); }

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

background-color css

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

 a { background-color: rgb(81,175,110); }

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

border-color css

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

 span { border-color: rgb(81,175,110); }

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