#51AC66

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

Shades of Ocean Green #51AC66

Tints of Ocean Green #51AC66

Color information

#51AC66 (or 0x51AC66) is unknown color: approx Ocean Green. HEX triplet: 51, AC and 66. RGB value is (81,172,102). Sum of RGB (Red+Green+Blue) = 81+172+102=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AC66 is #AE5399. Grayscale: #898989. Windows color (decimal): -11424666 or 6728785. OLE color: 6728785.

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

Color convert

RGB81172102-
CMYK0.5300.410.33
HSL133.85º35.97%49.61%-
HSV(B)133.85º52.91%67.45%-
XYZ20.5432.2117.71-
YUV136.81108.3588.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=22.82%
G=48.45%
B=28.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721020.5300.410.33133.8535.9749.61
Hex51AC663502921862432
Octal12125414665051412064462
Binary1010001101011001100110110101010100110000110000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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