#51AC83

Color #51AC83 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #51AC83

Tints of Ocean Green #51AC83

Color information

#51AC83 (or 0x51AC83) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 83. RGB value is (81,172,131). Sum of RGB (Red+Green+Blue) = 81+172+131=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AC83 is #AE537C. Grayscale: #8C8C8C. Windows color (decimal): -11424637 or 8629329. OLE color: 8629329.

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

Color convert

RGB81172131-
CMYK0.5300.240.33
HSL152.97º35.97%49.61%-
HSV(B)152.97º52.91%67.45%-
XYZ22.2432.8926.65-
YUV140.12122.8585.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=21.09%
G=44.79%
B=34.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721310.5300.240.33152.9735.9749.61
Hex51AC833501821992432
Octal12125420365030412314462
Binary1010001101011001000001111010101100010000110011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,172,131); }

 H1.HeaderClassName
 {
   color: #51AC83;
 }
 .AnyTagClassName
 {
   color: #51AC83;
 }
</style>
background-color css

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

 a { background-color: rgb(81,172,131); }

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

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

 span { border-color: rgb(81,172,131); }

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