#51AF66

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

Shades of Ocean Green #51AF66

Tints of Ocean Green #51AF66

Color information

#51AF66 (or 0x51AF66) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 66. RGB value is (81,175,102). Sum of RGB (Red+Green+Blue) = 81+175+102=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF66 is #AE5099. Grayscale: #8A8A8A. Windows color (decimal): -11423898 or 6729553. OLE color: 6729553.

HSL color Cylindrical-coordinate representation of color #51AF66: hue angle of 133.4º 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 #51AF66 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB81175102-
CMYK0.5400.420.31
HSL133.4º37.01%50.2%-
HSV(B)133.4º53.71%68.63%-
XYZ21.1233.3717.9-
YUV138.57107.3686.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=22.63%
G=48.88%
B=28.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751020.5400.420.31133.437.0150.2
Hex51AF663602A1F852532
Octal12125714666052372054562
Binary101000110101111110011011011001010101111110000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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